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