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