1 write to checkBox1
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
51this.checkBox1 = new System.Windows.Forms.CheckBox();
11 references to checkBox1
Accessibility_Core_App (11)
CommonControl1.Designer.cs (11)
232this.groupBox2.Controls.Add(this.checkBox1); 290this.checkBox1.AutoSize = true; 291this.checkBox1.Checked = true; 292this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; 293this.checkBox1.Location = new System.Drawing.Point(15, 30); 294this.checkBox1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 295this.checkBox1.Name = "checkBox1"; 296this.checkBox1.Size = new System.Drawing.Size(138, 36); 297this.checkBox1.TabIndex = 0; 298this.checkBox1.Text = "Checked"; 299this.checkBox1.UseVisualStyleBackColor = true;