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