6 writes to BackColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
377
toolStrip.
BackColor
= value;
System.Workflow.Activities (2)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
108
this.rulesToolStrip.
BackColor
= System.Drawing.SystemColors.Control;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
151
this.rulesToolStrip.
BackColor
= System.Drawing.SystemColors.Control;
System.WorkflowServices (3)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
53
this.operationsToolStrip.
BackColor
= System.Drawing.SystemColors.Control;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
642
this.operationsToolStrip.
BackColor
= this.parametersTabPage.BackColor;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
118
this.operationsToolStrip.
BackColor
= System.Drawing.SystemColors.Window;
5 references to BackColor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (3)
532
else if (item.Owner != null && item.BackColor != item.Owner.
BackColor
) {
575
else if (item.Owner != null && item.BackColor != item.Owner.
BackColor
) {
1388
else if (item.Owner != null && item.BackColor != item.Owner.
BackColor
) {
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (2)
278
Color backColor = e.ToolStrip.
BackColor
;
589
if ((parent != null) && (state != ToolBarState.Checked) && (item.BackColor != parent.
BackColor
)) {