1 write to toolStrip2_SplitButton2
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
70this.toolStrip2_SplitButton2 = new System.Windows.Forms.ToolStripSplitButton();
7 references to toolStrip2_SplitButton2
WinFormsControlsTest (7)
ToolStripTests.Designer.cs (7)
251this.checkCheckOnClickToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { thirdLevelItem, thirdLevelButton, toolStripComboBox2, toolStripTextBox2, toolStrip2_SplitButton2, toolStrip2_DropDownButton2 }); 285this.toolStrip2_SplitButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 287this.toolStrip2_SplitButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 288this.toolStrip2_SplitButton2.ImageTransparentColor = System.Drawing.Color.Magenta; 289this.toolStrip2_SplitButton2.Name = "toolStrip2_SplitButton2"; 290this.toolStrip2_SplitButton2.Size = new System.Drawing.Size(133, 22); 291this.toolStrip2_SplitButton2.Text = "toolStrip2_SplitButton2";