1 write to button12
Accessibility_Core_App (1)
Main.Designer.cs (1)
42this.button12 = new System.Windows.Forms.Button();
8 references to button12
Accessibility_Core_App (8)
Main.Designer.cs (8)
156this.button12.Location = new System.Drawing.Point(15, 470); 157this.button12.Name = "button12"; 158this.button12.Size = new System.Drawing.Size(530, 23); 159this.button12.TabIndex = 11; 160this.button12.Text = "DataBinding Example"; 161this.button12.UseVisualStyleBackColor = true; 162this.button12.Click += this.button12_Click; 169this.Controls.Add(this.button12);