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