C# Class System.Windows.Controls.VisualTreeExtensions

A static class providing methods for working with the visual tree.
Datei anzeigen Open project: Warewolf-ESB/Warewolf

Private Methods

Method Description
GetLogicalChildrenBreadthFirst ( this parent ) : IEnumerable

Retrieves all the logical children of a framework element using a breadth-first search. A visual element is assumed to be a logical child of another visual element if they are in the same namescope. For performance reasons this method manually manages the queue instead of using recursion.

GetVisualChildren ( this parent ) : IEnumerable

Retrieves all the visual children of a framework element.