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