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