Click or drag to resize

HelperExtensions Class

Collection of extension methods e.g. visual tree traversal
Inheritance Hierarchy
System.Object
  BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions

Namespace:  BionicCode.Utilities.Net.Framework.Wpf.Extensions
Assembly:  BionicCode.Utilities.Net.Framework.Wpf (in BionicCode.Utilities.Net.Framework.Wpf.dll) Version: 1.0.3.0 (1.0.0.0)
Syntax
public static class HelperExtensions

The HelperExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEnumerateVisualChildElements<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.
Public methodStatic memberFindVisualChildElements<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.
Public methodStatic memberToDictionary
Public methodStatic memberTryFindVisualChildElement<TChild>
Traverses the visual tree towards the leafs until an element with a matching element type is found.
Public methodStatic memberTryFindVisualChildElementByName<TChild>
Traverses the visual tree towards the leafs until an element with a matching element name is found.
Public methodStatic memberTryFindVisualParentElement<TParent>
Traverses the visual tree towards the root until an element with a matching element name is found.
Public methodStatic memberTryFindVisualParentElementByName<TChild>
Traverses the visual tree towards the root until an element with a matching element type is found.
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md