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