1 write to backgroundBrush
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridView.cs (1)
1303
this.
backgroundBrush
= new SolidBrush(value);
5 references to backgroundBrush
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridView.cs (3)
1273
return this.
backgroundBrush
;
1289
return this.
backgroundBrush
.Color;
1301
if (!value.Equals(this.
backgroundBrush
.Color))
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
19786
graphics.FillRectangle(this.
backgroundBrush
, rcBelowRows);
19824
graphics.FillRectangle(this.
backgroundBrush
, rcNextRows);