3 references to FormStateExCalledClosing
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
116
private static readonly BitVector32.Section FormStateExUpdateMenuHandlesSuspendCount = BitVector32.CreateSection(8,
FormStateExCalledClosing
);
785
return formStateEx[
FormStateExCalledClosing
] != 0;
788
formStateEx[
FormStateExCalledClosing
] = (value ? 1 : 0);