1 write to backgroundPanel
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (1)
35
this.
backgroundPanel
= new System.Workflow.Activities.Design.GradientPanel();
29 references to backgroundPanel
System.WorkflowServices (29)
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (14)
51
this.
backgroundPanel
.BaseColor = System.Drawing.SystemColors.Window;
52
this.
backgroundPanel
.LightingColor = Color.FromArgb(213, 246, 255);
53
this.
backgroundPanel
.Glossy = true;
54
this.
backgroundPanel
.Radius = 1;
55
this.
backgroundPanel
.BorderColor = Color.FromArgb(155, 230, 255);
59
this.
backgroundPanel
.BaseColor = System.Drawing.SystemColors.Window;
60
this.
backgroundPanel
.LightingColor = Color.Gainsboro;
61
this.
backgroundPanel
.Glossy = true;
62
this.
backgroundPanel
.Radius = 1;
63
this.
backgroundPanel
.BorderColor = Color.Gainsboro;
67
this.
backgroundPanel
.BaseColor = Color.Transparent;
68
this.
backgroundPanel
.LightingColor = Color.Transparent;
69
this.
backgroundPanel
.Glossy = false;
70
this.
backgroundPanel
.BorderColor = Color.Transparent;
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (15)
39
this.
backgroundPanel
.SuspendLayout();
46
resources.ApplyResources(this.
backgroundPanel
, "backgroundPanel");
47
this.
backgroundPanel
.BackColor = System.Drawing.SystemColors.Window;
48
this.
backgroundPanel
.BaseColor = System.Drawing.Color.White;
49
this.
backgroundPanel
.BorderColor = System.Drawing.Color.White;
50
this.
backgroundPanel
.Controls.Add(this.isImplementedPictureBox);
51
this.
backgroundPanel
.Controls.Add(this.operationIconPictureBox);
52
this.
backgroundPanel
.Controls.Add(this.operationNameLabel);
53
this.
backgroundPanel
.DropShadow = false;
54
this.
backgroundPanel
.Glossy = true;
55
this.
backgroundPanel
.LightingColor = System.Drawing.Color.White;
56
this.
backgroundPanel
.Name = "backgroundPanel";
57
this.
backgroundPanel
.Radius = 3;
87
this.Controls.Add(this.
backgroundPanel
);
90
this.
backgroundPanel
.ResumeLayout(false);