5 references to PropLinkCellActiveLinkColor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (5)
63if (this.Properties.ContainsObject(PropLinkCellActiveLinkColor)) 65return (Color)this.Properties.GetObject(PropLinkCellActiveLinkColor); 81this.Properties.SetObject(PropLinkCellActiveLinkColor, value); 103this.Properties.SetObject(PropLinkCellActiveLinkColor, value); 498if (this.Properties.ContainsObject(PropLinkCellActiveLinkColor))