Click or drag to resize
Cimbalino ToolkitDependencyObjectExtensions Methods
Methods
  NameDescription
Public methodStatic memberGetVisualAncestorT(DependencyObject)
Returns the ancestor object of the dependencyObject object in the visual tree with the specified type.
Public methodStatic memberGetVisualAncestorT(DependencyObject)
Returns the ancestor object of the dependencyObject object in the visual tree with the specified type.
Public methodStatic memberGetVisualChilds(DependencyObject)
Retrieves all the visual children of a dependency object.
Public methodStatic memberGetVisualChilds(DependencyObject)
Retrieves all the visual children of a dependency object.
Public methodStatic memberGetVisualChildsT(DependencyObject)
Retrieves all the visual children of a dependency object with the specified type.
Public methodStatic memberGetVisualChildsT(DependencyObject)
Retrieves all the visual children of a dependency object with the specified type.
Public methodStatic memberGetVisualDescendents(DependencyObject)
Retrieves all the visual descendants of a dependency object.
Public methodStatic memberGetVisualDescendents(DependencyObject)
Retrieves all the visual descendants of a dependency object.
Public methodStatic memberGetVisualDescendentsT(DependencyObject)
Retrieves all the visual descendants of a dependency object with the specified type.
Public methodStatic memberGetVisualDescendentsT(DependencyObject)
Retrieves all the visual descendants of a dependency object with the specified type.
Public methodStatic memberGetVisualParent(DependencyObject)
Returns an object's parent object in the visual tree.
Public methodStatic memberGetVisualParent(DependencyObject)
Returns an object's parent object in the visual tree.
Top
See Also