5 references to s_stateAutoSize
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
126private static readonly int s_statePressed = BitVector32.CreateMask(s_stateAutoSize); 151_state[s_stateEnabled | s_stateAutoSize | s_stateVisible | s_stateConstructing | s_stateSupportsItemClick | s_stateInvalidMirroredImage | s_stateMouseDownAndUpMustBeInSameItem | s_stateUseAmbientMargin] = true; 334get => _state[s_stateAutoSize]; 337if (_state[s_stateAutoSize] != value) 339_state[s_stateAutoSize] = value;