Property | Type | Description | |
---|---|---|---|
BindPasswordProperty | DependencyProperty | ||
BoundPasswordProperty | DependencyProperty |
Method | Description | |
---|---|---|
GetBindPassword ( DependencyObject dp ) : bool | ||
GetBoundPassword ( DependencyObject dp ) : string | ||
SetBindPassword ( DependencyObject dp, bool value ) : void | ||
SetBoundPassword ( DependencyObject dp, string value ) : void |
Method | Description | |
---|---|---|
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 | |
return | bool |
public static GetBoundPassword ( DependencyObject dp ) : string | ||
dp | DependencyObject | |
return | string |
public static SetBindPassword ( DependencyObject dp, bool value ) : void | ||
dp | DependencyObject | |
value | bool | |
return | void |
public static SetBoundPassword ( DependencyObject dp, string value ) : void | ||
dp | DependencyObject | |
value | string | |
return | void |
public static DependencyProperty BindPasswordProperty | ||
return | DependencyProperty |