3 references to PasswordChar
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1287
MaskedTextBox.systemPwdChar = txtBox.
PasswordChar
;
winforms\Managed\System\WinForms\TextBox.cs (2)
304
return this.
PasswordChar
!= '\0';
393
if (
PasswordChar
!= value) {