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