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