1 write to checkBox2
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
46this.checkBox2 = new System.Windows.Forms.CheckBox();
9 references to checkBox2
WinFormsControlsTest (9)
MultipleControls.Designer.cs (9)
159this.tabPage2.Controls.Add(this.checkBox2); 180this.checkBox2.AutoSize = true; 181this.checkBox2.Location = new System.Drawing.Point(8, 50); 182this.checkBox2.Name = "checkBox2"; 183this.checkBox2.Size = new System.Drawing.Size(153, 19); 184this.checkBox2.TabIndex = 0; 185this.checkBox2.Text = "Three state CheckBox"; 186this.checkBox2.ThreeState = true; 187this.checkBox2.UseVisualStyleBackColor = true;