FrameworkElement.GetUIParentCore Method
.NET Framework 3.0
Returns an alternative logical parent for this element if there is no visual parent.
Namespace: System.Windows
Assembly: PresentationFramework (in presentationframework.dll)
FrameworkElement Members
System.Windows Namespace
Parent
Assembly: PresentationFramework (in presentationframework.dll)
'Declaration Protected Friend Overrides Function GetUIParentCore As DependencyObject 'Usage Dim returnValue As DependencyObject returnValue = Me.GetUIParentCore
protected DependencyObject GetUIParentCore ()
protected internal override function GetUIParentCore () : DependencyObject
You cannot use methods in XAML.
Return Value
Returns something other than a null reference (Nothing in Visual Basic) 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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
FrameworkElement ClassFrameworkElement Members
System.Windows Namespace
Parent
Other Resources
Element TreeCommunity Additions
ADD
Show: