2 references to HotTracked
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (1)
189accState |= AccessibleStates.Focused | AccessibleStates.HotTracked;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripButtonTests.cs (1)
1058[InlineData(true, AccessibleStates.Focused | AccessibleStates.HotTracked | AccessibleStates.Focusable)]