1 write to toolStrip2_DropDownButton2
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
71this.toolStrip2_DropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
6 references to toolStrip2_DropDownButton2
WinFormsControlsTest (6)
ToolStripTests.Designer.cs (6)
251this.checkCheckOnClickToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { thirdLevelItem, thirdLevelButton, toolStripComboBox2, toolStripTextBox2, toolStrip2_SplitButton2, toolStrip2_DropDownButton2 }); 303this.toolStrip2_DropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 305this.toolStrip2_DropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta; 306this.toolStrip2_DropDownButton2.Name = "toolStrip2_DropDownButton2"; 307this.toolStrip2_DropDownButton2.Size = new System.Drawing.Size(180, 22); 308this.toolStrip2_DropDownButton2.Text = "toolStrip2_DropDownButton2";