LogicalTreeHelper::GetParent Method (DependencyObject^)
.NET Framework (current version)
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: