This documentation is archived and is not being maintained.
FrameworkElement.GetUIParentCore Method
Visual Studio 2008
Returns an alternative logical parent for this element if there is no visual parent.
Assembly: PresentationFramework (in PresentationFramework.dll)
'Declaration Protected Friend Overrides Function GetUIParentCore As DependencyObject 'Usage Dim returnValue As DependencyObject returnValue = Me.GetUIParentCore()
You cannot use methods in XAML.
Return Value
Type: System.Windows.DependencyObjectReturns something other than Nothing 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.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: