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