4 references to s_stateLocked
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (4)
24
private static readonly int s_stateBeginInit = BitVector32.CreateMask(
s_stateLocked
);
45
_state[
s_stateLocked
| s_stateBeginInit | s_stateChangingZOrder] = false;
184
return _state[
s_stateLocked
];
188
_state[
s_stateLocked
] = value;