2 overrides of PasswordProtect
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
976internal override bool PasswordProtect
winforms\Managed\System\WinForms\TextBox.cs (1)
302internal override bool PasswordProtect {
2 references to PasswordProtect
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
984return base.PasswordProtect;
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
443bool canEnable = !( this.ReadOnly || this.PasswordProtect ) && base.CanEnableIme;