C# 클래스 System.Windows.FrameworkElementExtensions

파일 보기 프로젝트 열기: nikhilk/silverlightfx 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

FindNameRecursive() 공개 정적인 메소드

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

FindRecursive() 공개 정적인 메소드

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

FindResource() 공개 정적인 메소드

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

GetParentVisual() 공개 정적인 메소드

public static GetParentVisual ( this element ) : FrameworkElement
element this
리턴 FrameworkElement

GetRootVisual() 공개 정적인 메소드

public static GetRootVisual ( this element ) : FrameworkElement
element this
리턴 FrameworkElement