C# Класс MvvmCross.BindingEx.Wpf.MvxDependencyPropertyExtensionMethods

Показать файл Открыть проект

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

Метод Описание
FindActualProperty ( this type, string name ) : PropertyInfo
FindDependencyProperty ( this type, string name ) : DependencyProperty
FindDependencyPropertyInfo ( this type, string dependencyPropertyName ) : FieldInfo
TypeConverter ( this type ) : TypeConverter

Приватные методы

Метод Описание
EnsureIsDependencyPropertyName ( string &dependencyPropertyName ) : bool
FindDependencyPropertyInfo ( Type type, string dependencyPropertyName ) : PropertyInfo

Описание методов

FindActualProperty() публичный статический Метод

public static FindActualProperty ( this type, string name ) : PropertyInfo
type this
name string
Результат System.Reflection.PropertyInfo

FindDependencyProperty() публичный статический Метод

public static FindDependencyProperty ( this type, string name ) : DependencyProperty
type this
name string
Результат Windows.UI.Xaml.DependencyProperty

FindDependencyPropertyInfo() публичный статический Метод

public static FindDependencyPropertyInfo ( this type, string dependencyPropertyName ) : FieldInfo
type this
dependencyPropertyName string
Результат System.Reflection.FieldInfo

TypeConverter() публичный статический Метод

public static TypeConverter ( this type ) : TypeConverter
type this
Результат TypeConverter