1 write to operationsToolStrip
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
35
this.
operationsToolStrip
= new System.Windows.Forms.ToolStrip();
11 references to operationsToolStrip
System.WorkflowServices (11)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (11)
46
this.
operationsToolStrip
.SuspendLayout();
53
this.
operationsToolStrip
.BackColor = System.Drawing.SystemColors.Control;
54
this.
operationsToolStrip
.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
55
this.
operationsToolStrip
.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
60
resources.ApplyResources(this.
operationsToolStrip
, "operationsToolStrip");
61
this.
operationsToolStrip
.Name = "operationsToolStrip";
62
this.
operationsToolStrip
.Stretch = true;
63
this.
operationsToolStrip
.TabStop = true;
165
this.Controls.Add(this.
operationsToolStrip
);
178
this.
operationsToolStrip
.ResumeLayout(false);
179
this.
operationsToolStrip
.PerformLayout();