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