3 references to stateLocked
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (3)
36
private static readonly int stateInitialized = BitVector32.CreateMask(
stateLocked
);
74
this.state[stateDisposing |
stateLocked
| stateInitialized] = false;
195
return state[
stateLocked
];