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