1 write to operationsPanel
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
42this.operationsPanel = new System.Workflow.Activities.Design.GradientPanel();
13 references to operationsPanel
System.WorkflowServices (13)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (13)
47this.operationsPanel.SuspendLayout(); 107resources.ApplyResources(this.operationsPanel, "operationsPanel"); 108this.operationsPanel.BaseColor = System.Drawing.SystemColors.Window; 109this.operationsPanel.BorderColor = System.Drawing.SystemColors.ControlDark; 110this.operationsPanel.Controls.Add(this.operationsListBox); 111this.operationsPanel.DropShadow = false; 112this.operationsPanel.Glossy = false; 113this.operationsPanel.LightingColor = System.Drawing.SystemColors.Window; 114this.operationsPanel.Name = "operationsPanel"; 115this.operationsPanel.Radius = 3; 116this.operationsPanel.Padding = new System.Windows.Forms.Padding(3); 166this.Controls.Add(this.operationsPanel); 180this.operationsPanel.ResumeLayout(false);