5 references to DefaultBackgroundBrush
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGrid.cs (5)
176private SolidBrush backgroundBrush = DefaultBackgroundBrush; 2052 if (backgroundBrush != null && BackgroundBrush != DefaultBackgroundBrush) { 2056 backgroundBrush = DefaultBackgroundBrush; 2065return !BackgroundBrush.Equals(DefaultBackgroundBrush); 2087 if (backgroundBrush != null && BackgroundBrush != DefaultBackgroundBrush) {