3 references to LinkColor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (3)
156if (!this.LinkColor.Equals(value)) 182return !this.LinkColor.Equals(SystemColors.HotTrack); 185return !this.LinkColor.Equals(LinkUtilities.IELinkColor);