4 references to s_propLinkCellActiveLinkColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (4)
47
if (Properties.TryGetValue(
s_propLinkCellActiveLinkColor
, out Color color))
65
Properties.AddValue(
s_propLinkCellActiveLinkColor
, value);
87
Properties.AddValue(
s_propLinkCellActiveLinkColor
, value);
378
if (Properties.ContainsKey(
s_propLinkCellActiveLinkColor
))