4 references to s_stateInitialized
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (4)
28
private static readonly int s_stateCachedBoundsMode = BitVector32.CreateMask(
s_stateInitialized
);
54
_state[s_stateDisposing | s_stateLocked |
s_stateInitialized
] = false;
189
return _state[
s_stateInitialized
];
193
_state[
s_stateInitialized
] = value;