4 writes to backgroundBrush
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGrid.cs (4)
2054 backgroundBrush = null; 2056 backgroundBrush = DefaultBackgroundBrush; 2089 backgroundBrush = null; 2091backgroundBrush = new SolidBrush(value);
9 references to backgroundBrush
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGrid.cs (9)
2047return backgroundBrush; 2052 if (backgroundBrush != null && BackgroundBrush != DefaultBackgroundBrush) { 2053 backgroundBrush.Dispose(); 2080return backgroundBrush.Color; 2085if (!value.Equals(backgroundBrush.Color)) { 2087 if (backgroundBrush != null && BackgroundBrush != DefaultBackgroundBrush) { 2088 backgroundBrush.Dispose(); 7279g.FillRectangle(backgroundBrush, textBounds); 7353g.FillRectangle(backgroundBrush, rc);