Overload List

  Name Description
Public method Static member GetParentOfType(DependencyObject, Type)
Returns a DependencyObject value that represents the parent of the visual object of the specified type. Method looks up the visual tree until the desired parent element is found or parent element is null.
Public method Static member GetParentOfType(DependencyObject, Type, Boolean)
Returns a DependencyObject value that represents the parent of the visual object of the specified type. Method looks up the visual tree until the desired parent element is found or parent element is null.
Public method Static member GetParentOfType(DependencyObject, Type, DependencyObject)
Returns a DependencyObject value that represents the parent of the visual object of the specified type. Method looks up the visual tree until the desired parent element is found or parent element is equal to the specified endObject.
Public method Static member GetParentOfType(DependencyObject, Type, DependencyObject, Boolean)
Returns a DependencyObject value that represents the parent of the visual object of the specified type. Method looks up the visual tree until the desired parent element is found or parent element is equal to the specified endObject.

See Also