3 references to s_stateAutoToolTip
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
133private static readonly int s_stateSupportsRightClick = BitVector32.CreateMask(s_stateAutoToolTip); 355get => _state[s_stateAutoToolTip]; 356set => _state[s_stateAutoToolTip] = value;