C# 클래스 CodeBox.Core.Utilities.VisualTreeExtensions

파일 보기 프로젝트 열기: anaimi/codebox

공개 메소드들

메소드 설명
GetAllChildren ( this depObject ) : IEnumerable
GetChild ( this depObject, int childIndex ) : DependencyObject
GetChild ( this depObject, string name ) : DependencyObject
GetChild ( this depObject, string name, bool recursive ) : DependencyObject
GetChildren ( this depObject ) : IEnumerable
GetChildrenCount ( this depObject ) : int
GetParent ( this depObject ) : DependencyObject

메소드 상세

GetAllChildren() 공개 정적인 메소드

public static GetAllChildren ( this depObject ) : IEnumerable
depObject this
리턴 IEnumerable

GetChild() 공개 정적인 메소드

public static GetChild ( this depObject, int childIndex ) : DependencyObject
depObject this
childIndex int
리턴 System.Windows.DependencyObject

GetChild() 공개 정적인 메소드

public static GetChild ( this depObject, string name ) : DependencyObject
depObject this
name string
리턴 System.Windows.DependencyObject

GetChild() 공개 정적인 메소드

public static GetChild ( this depObject, string name, bool recursive ) : DependencyObject
depObject this
name string
recursive bool
리턴 System.Windows.DependencyObject

GetChildren() 공개 정적인 메소드

public static GetChildren ( this depObject ) : IEnumerable
depObject this
리턴 IEnumerable

GetChildrenCount() 공개 정적인 메소드

public static GetChildrenCount ( this depObject ) : int
depObject this
리턴 int

GetParent() 공개 정적인 메소드

public static GetParent ( this depObject ) : DependencyObject
depObject this
리턴 System.Windows.DependencyObject