3 references to s_propSelectionForeColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (3)
323get => Properties.GetValueOrDefault<Color>(s_propSelectionForeColor); 326Color previous = Properties.AddOrRemoveValue(s_propSelectionForeColor, value); 531private bool ShouldSerializeSelectionForeColor() => Properties.ContainsKey(s_propSelectionForeColor);