1 write to button2
Accessibility_Core_App (1)
Main.Designer.cs (1)
33this.button2 = new System.Windows.Forms.Button();
9 references to button2
Accessibility_Core_App (9)
Main.Designer.cs (9)
58this.button2.Location = new System.Drawing.Point(14, 60); 59this.button2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 60this.button2.Name = "button2"; 61this.button2.Size = new System.Drawing.Size(531, 27); 62this.button2.TabIndex = 1; 63this.button2.Text = "Common_Controls2: Testing the controls under the Common_Controls Tab"; 64this.button2.UseVisualStyleBackColor = true; 65this.button2.Click += this.Button2_Click; 178this.Controls.Add(this.button2);