C# Класс System.Windows.FrameworkElementExtensions

Показать файл Открыть проект Примеры использования класса

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

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