1 write to checkBox1
Accessibility_Core_App (1)
ContainerControls2.Designer.cs (1)
48
this.
checkBox1
= new System.Windows.Forms.CheckBox();
7 references to checkBox1
Accessibility_Core_App (7)
ContainerControls2.Designer.cs (7)
250
this.
checkBox1
.AutoSize = true;
251
this.
checkBox1
.Location = new System.Drawing.Point(3, 72);
252
this.
checkBox1
.Name = "checkBox1";
253
this.
checkBox1
.Size = new System.Drawing.Size(80, 17);
254
this.
checkBox1
.TabIndex = 5;
255
this.
checkBox1
.Text = "checkBox1";
256
this.
checkBox1
.UseVisualStyleBackColor = true;