4 references to FormStateSWCalled
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
98private static readonly BitVector32.Section FormStateMdiChildMax = BitVector32.CreateSection(1, FormStateSWCalled); 293Debug.Assert(formState[FormStateSWCalled] == 0, "Failed to set formState[FormStateSWCalled]"); 2683if (0==formState[FormStateSWCalled]) { 7400formState[FormStateSWCalled] = 1;