1 write to checkBox2
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
51this.checkBox2 = new System.Windows.Forms.CheckBox();
9 references to checkBox2
Accessibility_Core_App (9)
ContainerControls.Designer.cs (9)
337this.checkBox2.AutoSize = true; 338this.checkBox2.Checked = true; 339this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked; 340this.checkBox2.Location = new System.Drawing.Point(93, 72); 341this.checkBox2.Name = "checkBox2"; 342this.checkBox2.Size = new System.Drawing.Size(80, 17); 343this.checkBox2.TabIndex = 6; 344this.checkBox2.Text = "checkBox2"; 345this.checkBox2.UseVisualStyleBackColor = true;