2 references to GetVisitedLinkColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
406
return this.Selected ? SystemColors.HighlightText : LinkUtilities.
GetVisitedLinkColor
();
winforms\Managed\System\WinForms\LinkLabel.cs (1)
472
return LinkUtilities.
GetVisitedLinkColor
();