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