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