VisualTreeNavigationUtility.FindParent(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Windows::DependencyObject ^ FindParent(System::Windows::DependencyObject ^ currentElement);
public static System.Windows.DependencyObject FindParent (System.Windows.DependencyObject currentElement);
static member FindParent : System.Windows.DependencyObject -> System.Windows.DependencyObject
Public Shared Function FindParent (currentElement As DependencyObject) As DependencyObject
Parameters
- currentElement
- DependencyObject