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