1 write to thirdLevelButton
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
65this.thirdLevelButton = new System.Windows.Forms.ToolStripButton();
6 references to thirdLevelButton
WinFormsControlsTest (6)
ToolStripTests.Designer.cs (6)
251this.checkCheckOnClickToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { thirdLevelItem, thirdLevelButton, toolStripComboBox2, toolStripTextBox2, toolStrip2_SplitButton2, toolStrip2_DropDownButton2 }); 263this.thirdLevelButton.CheckOnClick = true; 264this.thirdLevelButton.Name = "thirdLevelButton"; 265this.thirdLevelButton.Size = new System.Drawing.Size(481, 44); 266this.thirdLevelButton.Text = "thirdLevelButton"; 267this.thirdLevelButton.CheckState = System.Windows.Forms.CheckState.Checked;