1 write to checkBox1
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
36this.checkBox1 = new System.Windows.Forms.CheckBox();
11 references to checkBox1
Accessibility_Core_App (11)
DataBindingExample.cs (1)
59checkBox1.DataBindings.Add("Checked", stu, "IsStudent");
DataBindingExample.Designer.cs (10)
117this.panel1.Controls.Add(this.checkBox1); 172this.checkBox1.AccessibleDescription = "CB2"; 173this.checkBox1.AccessibleName = "CB2"; 174this.checkBox1.AutoSize = true; 175this.checkBox1.Location = new System.Drawing.Point(169, 77); 176this.checkBox1.Name = "checkBox1"; 177this.checkBox1.Size = new System.Drawing.Size(80, 19); 178this.checkBox1.TabIndex = 8; 179this.checkBox1.Text = "Is_Student"; 180this.checkBox1.UseVisualStyleBackColor = true;