5 references to PropLinkCellLinkColor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (5)
196if (this.Properties.ContainsObject(PropLinkCellLinkColor)) 198return (Color)this.Properties.GetObject(PropLinkCellLinkColor); 214this.Properties.SetObject(PropLinkCellLinkColor, value); 236this.Properties.SetObject(PropLinkCellLinkColor, value); 513if (this.Properties.ContainsObject(PropLinkCellLinkColor))