C# Class MvvmCross.BindingEx.Wpf.MvxDependencyPropertyExtensionMethods

Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
FindActualProperty ( this type, string name ) : PropertyInfo
FindDependencyProperty ( this type, string name ) : DependencyProperty
FindDependencyPropertyInfo ( this type, string dependencyPropertyName ) : FieldInfo
TypeConverter ( this type ) : TypeConverter

Private Methods

Method Description
EnsureIsDependencyPropertyName ( string &dependencyPropertyName ) : bool
FindDependencyPropertyInfo ( Type type, string dependencyPropertyName ) : PropertyInfo

Method Details

FindActualProperty() public static method

public static FindActualProperty ( this type, string name ) : PropertyInfo
type this
name string
return System.Reflection.PropertyInfo

FindDependencyProperty() public static method

public static FindDependencyProperty ( this type, string name ) : DependencyProperty
type this
name string
return Windows.UI.Xaml.DependencyProperty

FindDependencyPropertyInfo() public static method

public static FindDependencyPropertyInfo ( this type, string dependencyPropertyName ) : FieldInfo
type this
dependencyPropertyName string
return System.Reflection.FieldInfo

TypeConverter() public static method

public static TypeConverter ( this type ) : TypeConverter
type this
return TypeConverter