1 write to checkBox1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
45
this.
checkBox1
= new System.Windows.Forms.CheckBox();
8 references to checkBox1
WinFormsControlsTest (8)
MultipleControls.Designer.cs (8)
158
this.tabPage2.Controls.Add(this.
checkBox1
);
170
this.
checkBox1
.AutoSize = true;
171
this.
checkBox1
.Location = new System.Drawing.Point(8, 22);
172
this.
checkBox1
.Name = "checkBox1";
173
this.
checkBox1
.Size = new System.Drawing.Size(83, 19);
174
this.
checkBox1
.TabIndex = 0;
175
this.
checkBox1
.Text = "checkBox1";
176
this.
checkBox1
.UseVisualStyleBackColor = true;