2 writes to BackgroundColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
25931this.BackgroundColor = DefaultBackgroundBrush.Color;
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
74this.parametersGrid.BackgroundColor = System.Drawing.SystemColors.Window;
1 reference to BackgroundColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridView.cs (1)
1397return !this.BackgroundColor.Equals(DefaultBackgroundBrush.Color);