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