3 references to s_defaultBackgroundColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
358
private Color _backgroundColor =
s_defaultBackgroundColor
;
1068
private bool ShouldSerializeBackgroundColor() => !BackgroundColor.Equals(
s_defaultBackgroundColor
);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
25801
private void ResetBackgroundColor() => BackgroundColor =
s_defaultBackgroundColor
;