C# Class System.Windows.FrameworkElementExtensions

Afficher le fichier Open project: nikhilk/silverlightfx Class Usage Examples

Méthodes publiques

Méthode Description
FindNameRecursive ( this element, string name ) : object
FindRecursive ( this element, Type type ) : object
FindResource ( this element, string key ) : object
GetParentVisual ( this element ) : FrameworkElement
GetRootVisual ( this element ) : FrameworkElement

Method Details

FindNameRecursive() public static méthode

public static FindNameRecursive ( this element, string name ) : object
element this
name string
Résultat object

FindRecursive() public static méthode

public static FindRecursive ( this element, Type type ) : object
element this
type System.Type
Résultat object

FindResource() public static méthode

public static FindResource ( this element, string key ) : object
element this
key string
Résultat object

GetParentVisual() public static méthode

public static GetParentVisual ( this element ) : FrameworkElement
element this
Résultat FrameworkElement

GetRootVisual() public static méthode

public static GetRootVisual ( this element ) : FrameworkElement
element this
Résultat FrameworkElement