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