1 write to backgroundPanel
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (1)
37this.backgroundPanel = new System.Workflow.Activities.Design.GradientPanel();
27 references to backgroundPanel
System.WorkflowServices (27)
System\Workflow\Activities\Design\ServiceContractViewControl.cs (14)
57this.backgroundPanel.BaseColor = System.Drawing.SystemColors.Window; 58this.backgroundPanel.LightingColor = Color.FromArgb(213, 246, 255); 59this.backgroundPanel.Glossy = true; 60this.backgroundPanel.Radius = 1; 61this.backgroundPanel.BorderColor = Color.FromArgb(155, 230, 255); 65this.backgroundPanel.BaseColor = System.Drawing.SystemColors.Window; 66this.backgroundPanel.LightingColor = Color.Gainsboro; 67this.backgroundPanel.Glossy = true; 68this.backgroundPanel.Radius = 1; 69this.backgroundPanel.BorderColor = Color.Gainsboro; 73this.backgroundPanel.BaseColor = Color.Transparent; 74this.backgroundPanel.LightingColor = Color.Transparent; 75this.backgroundPanel.Glossy = false; 76this.backgroundPanel.BorderColor = Color.Transparent;
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (13)
39this.backgroundPanel.SuspendLayout(); 60this.backgroundPanel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); 61this.backgroundPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 62this.backgroundPanel.Controls.Add(this.contractNameLabel); 63this.backgroundPanel.Controls.Add(this.contractIconPictureBox); 64resources.ApplyResources(this.backgroundPanel, "backgroundPanel"); 65this.backgroundPanel.DropShadow = false; 66this.backgroundPanel.Glossy = false; 67this.backgroundPanel.LightingColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); 68this.backgroundPanel.Name = "backgroundPanel"; 69this.backgroundPanel.Radius = 2; 75this.Controls.Add(this.backgroundPanel); 79this.backgroundPanel.ResumeLayout(false);