LogicalTreeHelper.GetParent Method
Returns the parent object of the specified object by processing the logical tree.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- current
- Type: System.Windows.DependencyObject
The object to find the parent object for. This is expected to be either a FrameworkElement or a FrameworkContentElement.
This method is merely a wrapper that gets the appropriate type version (FrameworkElement or FrameworkContentElement) of the FrameworkElement.Parent or FrameworkContentElement.Parent property; so unless you are unable to determine the current type, you might want to check the respective instance properties instead.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.