2 writes to backgroundBrush
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
207
backgroundBrush
= SystemBrushes.Window;
221
this.
backgroundBrush
= new SolidBrush(value);
3 references to backgroundBrush
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
227
return
backgroundBrush
;
2610
g.FillRectangle(
backgroundBrush
, clearRect);
3561
g.FillRectangle(
backgroundBrush
, clearRect);