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