DependencyObjectExtensions Class |
Namespace: Cimbalino.Toolkit.Extensions
public static class DependencyObjectExtensions
Name | Description | |
---|---|---|
GetVisualAncestorT(DependencyObject) |
Returns the ancestor object of the dependencyObject object in the visual tree with the specified type.
| |
GetVisualAncestorT(DependencyObject) |
Returns the ancestor object of the dependencyObject object in the visual tree with the specified type.
| |
GetVisualChilds(DependencyObject) |
Retrieves all the visual children of a dependency object.
| |
GetVisualChilds(DependencyObject) |
Retrieves all the visual children of a dependency object.
| |
GetVisualChildsT(DependencyObject) |
Retrieves all the visual children of a dependency object with the specified type.
| |
GetVisualChildsT(DependencyObject) |
Retrieves all the visual children of a dependency object with the specified type.
| |
GetVisualDescendents(DependencyObject) |
Retrieves all the visual descendants of a dependency object.
| |
GetVisualDescendents(DependencyObject) |
Retrieves all the visual descendants of a dependency object.
| |
GetVisualDescendentsT(DependencyObject) |
Retrieves all the visual descendants of a dependency object with the specified type.
| |
GetVisualDescendentsT(DependencyObject) |
Retrieves all the visual descendants of a dependency object with the specified type.
| |
GetVisualParent(DependencyObject) |
Returns an object's parent object in the visual tree.
| |
GetVisualParent(DependencyObject) |
Returns an object's parent object in the visual tree.
|