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