5 references to s_stateDisposing
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (5)
26
private 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;
318
if (!_state[
s_stateDisposing
])