2 references to SystemPasswordChar
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (2)
1592
if( this.
SystemPasswordChar
== this.PromptChar )
1598
this.maskedTextProvider.PasswordChar = this.
SystemPasswordChar
;