5 references to stateAutoSize
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripItem.cs (5)
158
private static readonly int statePressed = BitVector32.CreateMask(
stateAutoSize
);
191
state[stateEnabled |
stateAutoSize
| stateVisible | stateContstructing | stateSupportsItemClick | stateInvalidMirroredImage | stateMouseDownAndUpMustBeInSameItem | stateUseAmbientMargin] = true;
402
return state[
stateAutoSize
];
405
if (state[
stateAutoSize
] != value) {
406
state[
stateAutoSize
] = value;