C# 클래스 MvvmCross.BindingEx.Wpf.MvxDependencyPropertyExtensionMethods

파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
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