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