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