5 references to FormStateShowWindowOnCreate
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (5)
94
private static readonly BitVector32.Section FormStateAutoScaling = BitVector32.CreateSection(1,
FormStateShowWindowOnCreate
);
289
Debug.Assert(formState[
FormStateShowWindowOnCreate
] == 0, "Failed to set formState[FormStateShowWindowOnCreate]");
1062
formState[
FormStateShowWindowOnCreate
] = 1;
1066
formState[
FormStateShowWindowOnCreate
] = 0;
3683
if (formState[
FormStateShowWindowOnCreate
] == 1) {