C# Class System.Windows.FrameworkElementExtensions

Datei anzeigen Open project: nikhilk/silverlightfx Class Usage Examples

Public Methods

Method 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 method

public static FindNameRecursive ( this element, string name ) : object
element this
name string
return object

FindRecursive() public static method

public static FindRecursive ( this element, Type type ) : object
element this
type System.Type
return object

FindResource() public static method

public static FindResource ( this element, string key ) : object
element this
key string
return object

GetParentVisual() public static method

public static GetParentVisual ( this element ) : FrameworkElement
element this
return FrameworkElement

GetRootVisual() public static method

public static GetRootVisual ( this element ) : FrameworkElement
element this
return FrameworkElement