The DependencyObjectExtensions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Ancestors |
Returns a collection of the visual ancestor elements of specified dependency object.
| |
| AncestorsAndSelf |
Returns a collection of visual elements that contain specified object, and the ancestors of specified object.
| |
| AttachedProperties |
Returns the collection of attached dependency properties defined on specified type.
| |
| CreateObjectInfo |
Creates an info instance from given object.
| |
| DependencyProperties(Type) |
Returns the collection of dependency properties available on specified type.
| |
| DependencyProperties(DependencyObject) |
Returns the collection of dependency properties available on specified object.
| |
| DependencyProperties(Type, Boolean) |
Returns the collection of dependency properties available on specified type.
| |
| DependencyProperties(DependencyObject, Boolean) |
Returns the collection of dependency properties available on specified object.
| |
| DependencyProperty(Type, String) |
Get the specified dependency property of given type.
| |
| DependencyProperty(DependencyObject, String) |
Get the specified dependency property of given object.
| |
| Descendants |
Retrieves the visual descendant child elements of specified object.
| |
| DescendantsAndSelf |
Returns a collection of elements that contain the specified object and all descendant elements.
| |
| Elements |
Retrieves the visual child elements of specified object.
| |
| ElementsAfterSelf |
Returns a collection of the sibling visual elements after this object.
| |
| ElementsBeforeSelf |
Returns a collection of the sibling visual elements before this object.
| |
| GetDepth |
Gets the depth of nesting of specified object in the visual tree.
| |
| GetId |
Gets the id uniquely identifying given object.
| |
| GetName |
Gets the name assigned to specified object.
| |
| IsConnected |
Determines whether the specified object is available in a visual tree.
| |
| LogicalElements |
Retrieves the child elements available in the logical tree of specified object.
| |
| RoutedEvents(Type) |
Returns the collection of routed events available on specified type.
| |
| RoutedEvents(DependencyObject) |
Returns the collection of routed events available on specified object.
| |
| RoutedEvents(Type, Boolean) |
Returns the collection of routed events available on specified type.
| |
| RoutedEvents(DependencyObject, Boolean) |
Returns the collection of routed events available on specified object.
|