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