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