1 write to button3
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
41this.button3 = new System.Windows.Forms.Button();
10 references to button3
Accessibility_Core_App (10)
CommonControl1.Designer.cs (10)
100this.groupBox1.Controls.Add(this.button3); 171this.button3.Anchor = System.Windows.Forms.AnchorStyles.Right; 172this.button3.Location = new System.Drawing.Point(15, 34); 173this.button3.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 174this.button3.Name = "button3"; 175this.button3.Size = new System.Drawing.Size(130, 58); 176this.button3.TabIndex = 0; 177this.button3.Text = "List"; 178this.button3.UseVisualStyleBackColor = false; 179this.button3.Click += this.button3_Click;