ExtensionsFindVisualParent Method |
| Name | Description | |
|---|---|---|
| FindVisualParentT(DependencyObject) |
Returns the parent object of the specified object by processing the visual tree.
The difference to FindVisualParent(DependencyObject, Type) is that this also consider sub-classes.
| |
| FindVisualParent(DependencyObject, Type) |
Returns the parent object of the specified object by processing the visual tree.
|