FrameworkElement.GetUIParentCore Method
.NET Framework 4.6 and 4.5
Returns an alternative logical parent for this element if there is no visual parent.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
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.
Show: