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