C# Class CodeBox.Core.Utilities.VisualTreeExtensions

Afficher le fichier Open project: anaimi/codebox

Méthodes publiques

Méthode Description
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

Method Details

GetAllChildren() public static méthode

public static GetAllChildren ( this depObject ) : IEnumerable
depObject this
Résultat IEnumerable

GetChild() public static méthode

public static GetChild ( this depObject, int childIndex ) : DependencyObject
depObject this
childIndex int
Résultat System.Windows.DependencyObject

GetChild() public static méthode

public static GetChild ( this depObject, string name ) : DependencyObject
depObject this
name string
Résultat System.Windows.DependencyObject

GetChild() public static méthode

public static GetChild ( this depObject, string name, bool recursive ) : DependencyObject
depObject this
name string
recursive bool
Résultat System.Windows.DependencyObject

GetChildren() public static méthode

public static GetChildren ( this depObject ) : IEnumerable
depObject this
Résultat IEnumerable

GetChildrenCount() public static méthode

public static GetChildrenCount ( this depObject ) : int
depObject this
Résultat int

GetParent() public static méthode

public static GetParent ( this depObject ) : DependencyObject
depObject this
Résultat System.Windows.DependencyObject