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