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