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