1 write to button1
Accessibility_Core_App (1)
Main.Designer.cs (1)
32this.button1 = new System.Windows.Forms.Button();
9 references to button1
Accessibility_Core_App (9)
Main.Designer.cs (9)
47this.button1.Location = new System.Drawing.Point(14, 14); 48this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 49this.button1.Name = "button1"; 50this.button1.Size = new System.Drawing.Size(531, 27); 51this.button1.TabIndex = 0; 52this.button1.Text = "Common_Controls1: Testing the controls under the Common_Controls Tab"; 53this.button1.UseVisualStyleBackColor = true; 54this.button1.Click += this.Button1_Click; 179this.Controls.Add(this.button1);