7 references to ActiveLinkColor
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (6)
79
if (!value.Equals(this.
ActiveLinkColor
))
101
if (!value.Equals(this.
ActiveLinkColor
))
112
return !this.
ActiveLinkColor
.Equals(SystemColors.HotTrack);
115
return !this.
ActiveLinkColor
.Equals(LinkUtilities.IEActiveLinkColor);
500
dataGridViewCell.ActiveLinkColorInternal = this.
ActiveLinkColor
;
1089
linkColor = this.
ActiveLinkColor
;
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (1)
42
return ((DataGridViewLinkCell)this.CellTemplate).
ActiveLinkColor
;