7 references to VisitedLinkColor
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (6)
416
if (!value.Equals(this.
VisitedLinkColor
))
438
if (!value.Equals(this.
VisitedLinkColor
))
449
return !this.
VisitedLinkColor
.Equals(SystemColors.HotTrack);
452
return !this.
VisitedLinkColor
.Equals(LinkUtilities.IEVisitedLinkColor);
525
dataGridViewCell.VisitedLinkColorInternal = this.
VisitedLinkColor
;
1093
linkColor = this.
VisitedLinkColor
;
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (1)
325
return ((DataGridViewLinkCell)this.CellTemplate).
VisitedLinkColor
;