C# 클래스 System.Windows.Controls.VisualTreeExtensions

A static class providing methods for working with the visual tree.
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

비공개 메소드들

메소드 설명
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.