HelperExtensions Class |
Namespace: BionicCode.Utilities.Net.Framework.Wpf.Extensions
The HelperExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | EnumerateVisualChildElements<TChildren> |
Traverses the visual tree towards the leafs until all elements with a matching element type is found.
Returns an IEnumerable<T> to enable deferred traversal.
|
![]() ![]() | FindVisualChildElements<TChildren> | Obsolete.
Traverses the visual tree towards the leafs until all elements with a matching element type is found.
Returns an IEnumerable<T> to enable deferred traversal.
|
![]() ![]() | ToDictionary |
Coverts any type to a Dictionary<TKey, TValue>, where the TKey is the member name and TValue the member's value.
|
![]() ![]() | TryFindVisualChildElement<TChild> |
Traverses the visual tree towards the leafs until an element with a matching element type is found.
|
![]() ![]() | TryFindVisualChildElementByName<TChild> |
Traverses the visual tree towards the leafs until an element with a matching element name is found.
|
![]() ![]() | TryFindVisualParentElement<TParent> |
Traverses the visual tree towards the root until an element with a matching element name is found.
|
![]() ![]() | TryFindVisualParentElementByName<TChild> |
Traverses the visual tree towards the root until an element with a matching element type is found.
|