C# Class MvvmCross.BindingEx.Wpf.MvxDependencyPropertyExtensionMethods

Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode 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

Méthode Description
EnsureIsDependencyPropertyName ( string &dependencyPropertyName ) : bool
FindDependencyPropertyInfo ( Type type, string dependencyPropertyName ) : PropertyInfo

Method Details

FindActualProperty() public static méthode

public static FindActualProperty ( this type, string name ) : PropertyInfo
type this
name string
Résultat System.Reflection.PropertyInfo

FindDependencyProperty() public static méthode

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

FindDependencyPropertyInfo() public static méthode

public static FindDependencyPropertyInfo ( this type, string dependencyPropertyName ) : FieldInfo
type this
dependencyPropertyName string
Résultat System.Reflection.FieldInfo

TypeConverter() public static méthode

public static TypeConverter ( this type ) : TypeConverter
type this
Résultat TypeConverter