4 references to stateSupportsItemClick
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripItem.cs (4)
167private static readonly int stateRightToLeftAutoMirrorImage = BitVector32.CreateMask(stateSupportsItemClick); 191state[stateEnabled | stateAutoSize | stateVisible | stateContstructing | stateSupportsItemClick | stateInvalidMirroredImage | stateMouseDownAndUpMustBeInSameItem | stateUseAmbientMargin] = true; 2207return state[stateSupportsItemClick]; 2210state[stateSupportsItemClick] = value;