2 writes to passwordChar
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (2)
177
this.
passwordChar
= this.maskedTextProvider.PasswordChar;
951
this.
passwordChar
= value;
3 references to passwordChar
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (3)
943
if( this.
passwordChar
!= value )
1015
if( value == this.
passwordChar
|| value == this.maskedTextProvider.PasswordChar )
1603
this.maskedTextProvider.PasswordChar = this.
passwordChar
;