1 write to toolStrip2_Button1
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
44this.toolStrip2_Button1 = new System.Windows.Forms.ToolStripButton();
7 references to toolStrip2_Button1
WinFormsControlsTest (7)
ToolStripTests.Designer.cs (7)
98this.toolStrip2_Button1, 162this.toolStrip2_Button1.CheckState = System.Windows.Forms.CheckState.Unchecked; 163this.toolStrip2_Button1.ImageTransparentColor = System.Drawing.Color.Magenta; 164this.toolStrip2_Button1.Name = "toolStrip2_Button1_Unchecked"; 165this.toolStrip2_Button1.Size = new System.Drawing.Size(114, 22); 166this.toolStrip2_Button1.Text = "toolStrip2_Button1_Unchecked"; 171this.toolStrip2_Button1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;