3 references to DefaultBackgroundBrush
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
283private SolidBrush backgroundBrush = DefaultBackgroundBrush; 1397return !this.BackgroundColor.Equals(DefaultBackgroundBrush.Color);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
25931this.BackgroundColor = DefaultBackgroundBrush.Color;