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