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