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