5 references to s_stateDisposing
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (5)
26private static readonly int s_stateLocked = BitVector32.CreateMask(s_stateDisposing); 54_state[s_stateDisposing | s_stateLocked | s_stateInitialized] = false; 281_state[s_stateDisposing] = true; 287_state[s_stateDisposing] = false; 318if (!_state[s_stateDisposing])