FrameworkElement.GetUIParentCore Method ()
Returns an alternative logical parent for this element if there is no visual parent.
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System.Windows.DependencyObjectReturns something other than null whenever a WPF framework-level implementation of this method has a non-visual parent connection.
This method overrides UIElement.GetUIParentCore. The default FrameworkElement implementation returns the expected single visual parent, which is the same result as getting the Parent value. Derived class implementations might return alternate parent relationships.
.NET Framework
Available since 3.0
Available since 3.0