1 write to checkBox1
WinFormsControlsTest (1)
ScalingBeforeChanges.Designer.cs (1)
34this.checkBox1 = new WinFormsControlsTest.MyCheckBox();
9 references to checkBox1
WinFormsControlsTest (9)
ScalingBeforeChanges.cs (1)
102checkBox1.Scale(new SizeF(factorX, factorY));
ScalingBeforeChanges.Designer.cs (8)
39this.checkBox1.AutoSize = true; 40this.checkBox1.Location = new System.Drawing.Point(39, 73); 41this.checkBox1.Name = "checkBox1"; 42this.checkBox1.Size = new System.Drawing.Size(80, 17); 43this.checkBox1.TabIndex = 0; 44this.checkBox1.Text = "checkBox1"; 45this.checkBox1.UseVisualStyleBackColor = true; 52this.Controls.Add(this.checkBox1);