C# Класс CodeBox.Core.Utilities.VisualTreeExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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