13 references to HotTrack
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
224return FromSystemColor(SystemColors.HotTrack);
commonui\System\Drawing\SystemPens.cs (1)
224return FromSystemColor(SystemColors.HotTrack);
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (4)
112return !this.ActiveLinkColor.Equals(SystemColors.HotTrack); 245return !this.LinkColor.Equals(SystemColors.HotTrack); 449return !this.VisitedLinkColor.Equals(SystemColors.HotTrack); 462return this.Selected ? SystemColors.HighlightText : SystemColors.HotTrack;
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (3)
72return !this.ActiveLinkColor.Equals(SystemColors.HotTrack); 182return !this.LinkColor.Equals(SystemColors.HotTrack); 355return !this.VisitedLinkColor.Equals(SystemColors.HotTrack);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
5733g.FillRectangle(GetCachedBrush(SystemColors.HotTrack), rectInsertionBar);
winforms\Managed\System\WinForms\LinkLabel.cs (1)
313return SystemColors.HotTrack;
winforms\Managed\System\WinForms\ListView.cs (1)
2791if (nmcd->clrText == ColorTranslator.ToWin32(SystemColors.HotTrack))
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
3175DropIndicatorColor = SystemColors.HotTrack;