4 references to s_formStateSWCalled
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
75private static readonly BitVector32.Section s_formStateMdiChildMax = BitVector32.CreateSection(1, s_formStateSWCalled); 195Debug.Assert(_formState[s_formStateSWCalled] == 0, "Failed to set formState[FormStateSWCalled]"); 2105if (_formState[s_formStateSWCalled] == 0) 6939_formState[s_formStateSWCalled] = 1;