Method | Description | |
---|---|---|
FindActualProperty ( this type, string name ) : |
||
FindDependencyProperty ( this type, string name ) : |
||
FindDependencyPropertyInfo ( this type, string dependencyPropertyName ) : |
||
TypeConverter ( this type ) : TypeConverter |
Method | Description | |
---|---|---|
EnsureIsDependencyPropertyName ( string &dependencyPropertyName ) : bool | ||
FindDependencyPropertyInfo ( |
public static FindActualProperty ( this type, string name ) : |
||
type | this | |
name | string | |
return |
public static FindDependencyProperty ( this type, string name ) : |
||
type | this | |
name | string | |
return |
public static FindDependencyPropertyInfo ( this type, string dependencyPropertyName ) : |
||
type | this | |
dependencyPropertyName | string | |
return |
public static TypeConverter ( this type ) : TypeConverter | ||
type | this | |
return | TypeConverter |