5 references to HIDE_PROMPT_ON_LEAVE
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MaskedTextBox.cs (5)
103
private static int BEEP_ON_ERROR = BitVector32.CreateMask(
HIDE_PROMPT_ON_LEAVE
);
180
this.flagState[
HIDE_PROMPT_ON_LEAVE
] = false;
500
return this.flagState[
HIDE_PROMPT_ON_LEAVE
];
504
if( this.flagState[
HIDE_PROMPT_ON_LEAVE
] != value )
506
this.flagState[
HIDE_PROMPT_ON_LEAVE
] = value;