1 write to button2
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
44this.button2 = new System.Windows.Forms.Button();
10 references to button2
Accessibility_Core_App (10)
CommonControl1.Designer.cs (10)
103this.groupBox1.Controls.Add(this.button2); 206this.button2.Anchor = System.Windows.Forms.AnchorStyles.Top; 207this.button2.Location = new System.Drawing.Point(241, 34); 208this.button2.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 209this.button2.Name = "button2"; 210this.button2.Size = new System.Drawing.Size(156, 58); 211this.button2.TabIndex = 5; 212this.button2.Text = "LargeIcon"; 213this.button2.UseVisualStyleBackColor = true; 214this.button2.Click += this.button2_Click;