HelperExtensions Class |
Namespace: BionicCode.Utilities.Net.Framework.Wpf.Extensions
The HelperExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | EnumerateVisualChildElementsTChildren |
Traverses the visual tree towards the leafs until all elements with a matching element type is found.
Returns an IEnumerableT to enable deferred traversal.
|
![]() ![]() | FindVisualChildElementsTChildren | Obsolete.
Traverses the visual tree towards the leafs until all elements with a matching element type is found.
Returns an IEnumerableT to enable deferred traversal.
|
![]() ![]() | ToDictionary |
Coverts any type to a DictionaryTKey, TValue, where the TKey is the member name and TValue the member's value.
|
![]() ![]() | TryFindVisualChildElementTChild |
Traverses the visual tree towards the leafs until an element with a matching element type is found.
|
![]() ![]() | TryFindVisualChildElementByNameTChild |
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.
|
![]() ![]() | TryFindVisualParentElementByNameTChild |
Traverses the visual tree towards the root until an element with a matching element type is found.
|