6 references to FormStateKeyPreview
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Form.cs (6)
87private static readonly BitVector32.Section FormStateLayered = BitVector32.CreateSection(1, FormStateKeyPreview); 282Debug.Assert(formState[FormStateKeyPreview] == 0, "Failed to set formState[FormStateKeyPreview]"); 1497return formState[FormStateKeyPreview] != 0; 1501formState[FormStateKeyPreview] = 1; 1504formState[FormStateKeyPreview] = 0; 5393if (formState[FormStateKeyPreview] != 0 && ProcessKeyEventArgs(ref m))