1 write to checkBox2
Accessibility_Core_App (1)
ContainerControls2.Designer.cs (1)
42this.checkBox2 = new System.Windows.Forms.CheckBox();
9 references to checkBox2
Accessibility_Core_App (9)
ContainerControls2.Designer.cs (9)
188this.checkBox2.AutoSize = true; 189this.checkBox2.Checked = true; 190this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked; 191this.checkBox2.Location = new System.Drawing.Point(93, 72); 192this.checkBox2.Name = "checkBox2"; 193this.checkBox2.Size = new System.Drawing.Size(80, 17); 194this.checkBox2.TabIndex = 6; 195this.checkBox2.Text = "checkBox2"; 196this.checkBox2.UseVisualStyleBackColor = true;