3 references to stateAutoToolTip
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
165private static readonly int stateSupportsRightClick = BitVector32.CreateMask(stateAutoToolTip); 423return state[stateAutoToolTip]; 426state[stateAutoToolTip] = value;