프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BindPasswordProperty | DependencyProperty | ||
BoundPasswordProperty | DependencyProperty |
메소드 | 설명 | |
---|---|---|
GetBindPassword ( DependencyObject dp ) : bool | ||
GetBoundPassword ( DependencyObject dp ) : string | ||
SetBindPassword ( DependencyObject dp, bool value ) : void | ||
SetBoundPassword ( DependencyObject dp, string value ) : void |
메소드 | 설명 | |
---|---|---|
GetUpdatingPassword ( DependencyObject dp ) : bool | ||
HandlePasswordChanged ( object sender, RoutedEventArgs e ) : void | ||
OnBindPasswordChanged ( DependencyObject dp, DependencyPropertyChangedEventArgs e ) : void | ||
OnBoundPasswordChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
SetUpdatingPassword ( DependencyObject dp, bool value ) : void |
public static GetBindPassword ( DependencyObject dp ) : bool | ||
dp | DependencyObject | |
리턴 | bool |
public static GetBoundPassword ( DependencyObject dp ) : string | ||
dp | DependencyObject | |
리턴 | string |
public static SetBindPassword ( DependencyObject dp, bool value ) : void | ||
dp | DependencyObject | |
value | bool | |
리턴 | void |
public static SetBoundPassword ( DependencyObject dp, string value ) : void | ||
dp | DependencyObject | |
value | string | |
리턴 | void |
public static DependencyProperty BindPasswordProperty | ||
리턴 | DependencyProperty |