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