Click or drag to resize
Cimbalino ToolkitDependencyObjectExtensions Class
Provides a set of static (Shared in Visual Basic) methods for DependencyObject instances.
Inheritance Hierarchy
SystemObject
  Cimbalino.Toolkit.ExtensionsDependencyObjectExtensions

Namespace: Cimbalino.Toolkit.Extensions
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public static class DependencyObjectExtensions
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
Version Information

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also