3 references to s_formStateExCalledClosing
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
85
private static readonly BitVector32.Section s_formStateExUpdateMenuHandlesSuspendCount = BitVector32.CreateSection(8,
s_formStateExCalledClosing
);
608
return _formStateEx[
s_formStateExCalledClosing
] != 0;
612
_formStateEx[
s_formStateExCalledClosing
] = (value ? 1 : 0);