5 references to s_stateAutoSize
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
126
private 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;
334
get => _state[
s_stateAutoSize
];
337
if (_state[
s_stateAutoSize
] != value)
339
_state[
s_stateAutoSize
] = value;