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