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