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