1 write to button2
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
35
this.
button2
= new System.Windows.Forms.Button();
8 references to button2
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
56
this.
button2
.Anchor = System.Windows.Forms.AnchorStyles.Top;
57
this.
button2
.Location = new System.Drawing.Point(338, 12);
58
this.
button2
.Name = "button2";
59
this.
button2
.Size = new System.Drawing.Size(112, 34);
60
this.
button2
.TabIndex = 1;
61
this.
button2
.Text = "Top";
62
this.
button2
.UseVisualStyleBackColor = true;
148
this.Controls.Add(this.
button2
);