3 references to s_stateLocked
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (3)
27
private static readonly int s_stateInitialized = BitVector32.CreateMask(
s_stateLocked
);
54
_state[s_stateDisposing |
s_stateLocked
| s_stateInitialized] = false;
181
return _state[
s_stateLocked
];