HelperExtensions Class |
Namespace: BionicCode.Utilities.Net.Framework.Wpf.Extensions
The HelperExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| FindVisualChildElementsTChildren |
Traverses the visual tree towards the leafs until all elements with a matching element type is found.
Returns an IEnumerableT to enable deferred traversal.
| |
| TryFindVisualChildElementTChild |
Traverses the visual tree towards the leafs until an element with a matching element type is found.
| |
| TryFindVisualChildElementByName |
Traverses the visual tree towards the leafs until an element with a matching element name is found.
| |
| TryFindVisualParentElementTParent |
Traverses the visual tree towards the root until an element with a matching element name is found.
| |
| TryFindVisualParentElementByName |
Traverses the visual tree towards the root until an element with a matching element type is found.
|