1 write to footerPanel
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
45this.footerPanel = new System.Workflow.Activities.Design.GradientPanel();
14 references to footerPanel
System.WorkflowServices (14)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (14)
48this.footerPanel.SuspendLayout(); 144this.footerPanel.BackColor = System.Drawing.SystemColors.Control; 145this.footerPanel.BaseColor = System.Drawing.Color.Transparent; 146this.footerPanel.BorderColor = System.Drawing.SystemColors.ControlDark; 147this.footerPanel.Controls.Add(this.cancelButton); 148this.footerPanel.Controls.Add(this.okButton); 149resources.ApplyResources(this.footerPanel, "footerPanel"); 150this.footerPanel.DropShadow = false; 151this.footerPanel.Glossy = false; 152this.footerPanel.LightingColor = System.Drawing.Color.Transparent; 153this.footerPanel.Name = "footerPanel"; 154this.footerPanel.Radius = 1; 168this.Controls.Add(this.footerPanel); 181this.footerPanel.ResumeLayout(false);