12 writes to BaseColor
System.WorkflowServices (12)
System\Workflow\Activities\Design\GradientPanel.cs (1)
29BaseColor = Color.FromArgb(255, 255, 255, 255);
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (3)
108this.operationsPanel.BaseColor = System.Drawing.SystemColors.Window; 134this.detailsViewPanel.BaseColor = System.Drawing.SystemColors.Control; 145this.footerPanel.BaseColor = System.Drawing.Color.Transparent;
System\Workflow\Activities\Design\ServiceContractViewControl.cs (3)
57this.backgroundPanel.BaseColor = System.Drawing.SystemColors.Window; 65this.backgroundPanel.BaseColor = System.Drawing.SystemColors.Window; 73this.backgroundPanel.BaseColor = Color.Transparent;
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (1)
60this.backgroundPanel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (3)
51this.backgroundPanel.BaseColor = System.Drawing.SystemColors.Window; 59this.backgroundPanel.BaseColor = System.Drawing.SystemColors.Window; 67this.backgroundPanel.BaseColor = Color.Transparent;
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (1)
48this.backgroundPanel.BaseColor = System.Drawing.Color.White;
1 reference to BaseColor
System.WorkflowServices (1)
System\Workflow\Activities\Design\GradientPanel.cs (1)
91Brush frameBrush = new LinearGradientBrush(new Point(frameRect.Left, frameRect.Top), new Point(frameRect.Left, frameRect.Bottom), BaseColor, LightingColor);