3 references to s_propBackColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (3)
111
get => Properties.GetValueOrDefault<Color>(
s_propBackColor
);
114
Color previous = Properties.AddOrRemoveValue(
s_propBackColor
, value);
547
private bool ShouldSerializeBackColor() => Properties.ContainsKey(
s_propBackColor
);