1 write to checkBox1
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
57this.checkBox1 = new System.Windows.Forms.CheckBox();
7 references to checkBox1
Accessibility_Core_App (7)
ContainerControls.Designer.cs (7)
399this.checkBox1.AutoSize = true; 400this.checkBox1.Location = new System.Drawing.Point(3, 72); 401this.checkBox1.Name = "checkBox1"; 402this.checkBox1.Size = new System.Drawing.Size(80, 17); 403this.checkBox1.TabIndex = 5; 404this.checkBox1.Text = "checkBox1"; 405this.checkBox1.UseVisualStyleBackColor = true;