3 references to stateSupportsDisabledHotTracking
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
172
private static readonly int stateUseAmbientMargin = BitVector32.CreateMask(
stateSupportsDisabledHotTracking
);
2226
return state[
stateSupportsDisabledHotTracking
];
2229
state[
stateSupportsDisabledHotTracking
] = value;