5 references to s_stateConstructing
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
129private static readonly int s_stateDisposed = BitVector32.CreateMask(s_stateConstructing); 151_state[s_stateEnabled | s_stateAutoSize | s_stateVisible | s_stateConstructing | s_stateSupportsItemClick | s_stateInvalidMirroredImage | s_stateMouseDownAndUpMustBeInSameItem | s_stateUseAmbientMargin] = true; 157_state[s_stateConstructing] = false; 708if (!_state[s_stateConstructing]) 3242if (!_state[s_stateConstructing])