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