12 writes to LightingColor
System.WorkflowServices (12)
System\Workflow\Activities\Design\GradientPanel.cs (1)
30
LightingColor
= Color.FromArgb(255, 176, 186, 196);
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (3)
113
this.operationsPanel.
LightingColor
= System.Drawing.SystemColors.Window;
138
this.detailsViewPanel.
LightingColor
= System.Drawing.SystemColors.Control;
152
this.footerPanel.
LightingColor
= System.Drawing.Color.Transparent;
System\Workflow\Activities\Design\ServiceContractViewControl.cs (3)
58
this.backgroundPanel.
LightingColor
= Color.FromArgb(213, 246, 255);
66
this.backgroundPanel.
LightingColor
= Color.Gainsboro;
74
this.backgroundPanel.
LightingColor
= Color.Transparent;
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (1)
67
this.backgroundPanel.
LightingColor
= System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (3)
52
this.backgroundPanel.
LightingColor
= Color.FromArgb(213, 246, 255);
60
this.backgroundPanel.
LightingColor
= Color.Gainsboro;
68
this.backgroundPanel.
LightingColor
= Color.Transparent;
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (1)
55
this.backgroundPanel.
LightingColor
= System.Drawing.Color.White;
1 reference to LightingColor
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
);