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