5 references to PropLinkCellVisitedLinkColor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (5)
400if (this.Properties.ContainsObject(PropLinkCellVisitedLinkColor)) 402return (Color)this.Properties.GetObject(PropLinkCellVisitedLinkColor); 418this.Properties.SetObject(PropLinkCellVisitedLinkColor, value); 440this.Properties.SetObject(PropLinkCellVisitedLinkColor, value); 523if (this.Properties.ContainsObject(PropLinkCellVisitedLinkColor))