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