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