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