1 write to button1
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
33this.button1 = new System.Windows.Forms.Button();
10 references to button1
Accessibility_Core_App (10)
DataBindingExample.cs (1)
55button1.DataBindings.Add("Text", stu, "Sex");
DataBindingExample.Designer.cs (9)
98this.button1.AccessibleDescription = "BT1"; 99this.button1.AccessibleName = "BT1"; 100this.button1.Location = new System.Drawing.Point(10, 136); 101this.button1.Name = "button1"; 102this.button1.Size = new System.Drawing.Size(75, 23); 103this.button1.TabIndex = 5; 104this.button1.Text = "button1"; 105this.button1.UseVisualStyleBackColor = true; 114this.panel1.Controls.Add(this.button1);