Property | Type | Description | |
---|---|---|---|
EnterCommandProperty | |||
PasswordTextProperty | |||
UpdateSourceOnTextChangedProperty |
Method | Description | |
---|---|---|
GetEnterCommand ( |
Gets the command.
|
|
GetPasswordText ( |
Gets the password text.
|
|
GetUpdateSourceOnTextChanged ( |
Gets a flag that indicates if the binding source must be updated when the text changes. In SL4, this is a workaround to the lack of UpdateSourceTrigger=PropertyChanged option.
|
|
SetEnterCommand ( |
Sets the command.
|
|
SetPasswordText ( |
Sets the password text.
|
|
SetUpdateSourceOnTextChanged ( |
Sets a flag that indicates if the binding source must be updated when the text changes.
|
Method | Description | |
---|---|---|
KeyUpHandler ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
OnEnterCommandChanged ( |
||
OnPasswordChanged ( object sender, |
||
OnPasswordTextChanged ( |
||
OnTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void | ||
OnUpdateSourceOnTextChangedChanged ( |
public static GetEnterCommand ( |
||
obj | The obj. | |
return | ICommand |
public static GetPasswordText ( |
||
obj | The obj. | |
return | string |
public static GetUpdateSourceOnTextChanged ( |
||
obj | The obj. | |
return | bool |
public static SetEnterCommand ( |
||
obj | The obj. | |
value | ICommand | The value. |
return | void |
public static SetPasswordText ( |
||
obj | The obj. | |
value | string | The value. |
return | void |
public static SetUpdateSourceOnTextChanged ( |
||
obj | ||
value | bool | |
return | void |
public static DependencyProperty,System.Windows EnterCommandProperty | ||
return |
public static DependencyProperty,System.Windows PasswordTextProperty | ||
return |