3 references to s_propSelectionBackColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (3)
309get => Properties.GetValueOrDefault<Color>(s_propSelectionBackColor); 312Color previous = Properties.AddOrRemoveValue(s_propSelectionBackColor, value); 529private bool ShouldSerializeSelectionBackColor() => Properties.ContainsKey(s_propSelectionBackColor);