7 references to LinkColor
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (6)
212
if (!value.Equals(this.
LinkColor
))
234
if (!value.Equals(this.
LinkColor
))
245
return !this.
LinkColor
.Equals(SystemColors.HotTrack);
248
return !this.
LinkColor
.Equals(LinkUtilities.IELinkColor);
515
dataGridViewCell.LinkColorInternal = this.
LinkColor
;
1097
linkColor = this.
LinkColor
;
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (1)
152
return ((DataGridViewLinkCell)this.CellTemplate).
LinkColor
;