4 references to REJECT_INPUT_ON_FIRST_FAILURE
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MaskedTextBox.cs (4)
102
private static int HIDE_PROMPT_ON_LEAVE = BitVector32.CreateMask(
REJECT_INPUT_ON_FIRST_FAILURE
);
183
this.flagState[
REJECT_INPUT_ON_FIRST_FAILURE
] = false;
1074
return this.flagState[
REJECT_INPUT_ON_FIRST_FAILURE
];
1078
this.flagState[
REJECT_INPUT_ON_FIRST_FAILURE
] = value;