1 write to toolStrip3
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
56this.toolStrip3 = new System.Windows.Forms.ToolStrip();
10 references to toolStrip3
WinFormsControlsTest (10)
ToolStripTests.Designer.cs (10)
117this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 120this.toolStrip3.Location = new System.Drawing.Point(0, 45); 121this.toolStrip3.Name = "toolStrip3"; 122this.toolStrip3.Size = new System.Drawing.Size(481, 22); 123this.toolStrip3.TabIndex = 1; 124this.toolStrip3.Text = "toolStrip3"; 125this.toolStrip3.TabStop = true; 441this.Controls.Add(this.toolStrip3); 452this.toolStrip3.ResumeLayout(false); 453this.toolStrip3.PerformLayout();