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