3 references to s_propForeColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (3)
160
get => Properties.TryGetValue(
s_propForeColor
, out Color color) ? color : Color.Empty;
163
Color previous = Properties.AddOrRemoveValue(
s_propForeColor
, value);
523
private bool ShouldSerializeForeColor() => Properties.ContainsKey(
s_propForeColor
);