11 writes to BorderColor
System.WorkflowServices (11)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (3)
109this.operationsPanel.BorderColor = System.Drawing.SystemColors.ControlDark; 135this.detailsViewPanel.BorderColor = System.Drawing.Color.Transparent; 146this.footerPanel.BorderColor = System.Drawing.SystemColors.ControlDark;
System\Workflow\Activities\Design\ServiceContractViewControl.cs (3)
61this.backgroundPanel.BorderColor = Color.FromArgb(155, 230, 255); 69this.backgroundPanel.BorderColor = Color.Gainsboro; 76this.backgroundPanel.BorderColor = Color.Transparent;
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (1)
61this.backgroundPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (3)
55this.backgroundPanel.BorderColor = Color.FromArgb(155, 230, 255); 63this.backgroundPanel.BorderColor = Color.Gainsboro; 70this.backgroundPanel.BorderColor = Color.Transparent;
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (1)
49this.backgroundPanel.BorderColor = System.Drawing.Color.White;
1 reference to BorderColor
System.WorkflowServices (1)
System\Workflow\Activities\Design\GradientPanel.cs (1)
102e.Graphics.DrawPath(new Pen(this.BorderColor), RoundedRect(frameRect));