5 references to FormStateControlBox
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (5)
86
private static readonly BitVector32.Section FormStateKeyPreview = BitVector32.CreateSection(1,
FormStateControlBox
);
281
Debug.Assert(formState[
FormStateControlBox
] == 1, "Failed to set formState[FormStateControlBox]");
966
return formState[
FormStateControlBox
] != 0;
976
formState[
FormStateControlBox
] = 1;
979
formState[
FormStateControlBox
] = 0;