1 write to toolStrip2
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
43this.toolStrip2 = new System.Windows.Forms.ToolStrip();
11 references to toolStrip2
WinFormsControlsTest (11)
ToolStripTests.Designer.cs (11)
76this.toolStrip2.SuspendLayout(); 97this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 108this.toolStrip2.Location = new System.Drawing.Point(0, 22); 109this.toolStrip2.Name = "toolStrip2"; 110this.toolStrip2.Size = new System.Drawing.Size(481, 22); 111this.toolStrip2.TabIndex = 1; 112this.toolStrip2.Text = "toolStrip2"; 113this.toolStrip2.TabStop = true; 442this.Controls.Add(this.toolStrip2); 450this.toolStrip2.ResumeLayout(false); 451this.toolStrip2.PerformLayout();