4 references to s_propLinkCellVisitedLinkColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (4)
323if (Properties.TryGetObject(s_propLinkCellVisitedLinkColor, out Color color)) 341Properties.SetObject(s_propLinkCellVisitedLinkColor, value); 363Properties.SetObject(s_propLinkCellVisitedLinkColor, value); 444if (Properties.ContainsKey(s_propLinkCellVisitedLinkColor))