1 write to button1
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
34
this.
button1
= new System.Windows.Forms.Button();
7 references to button1
WinFormsControlsTest (7)
AnchorLayoutTests.Designer.cs (7)
47
this.
button1
.Location = new System.Drawing.Point(12, 12);
48
this.
button1
.Name = "button1";
49
this.
button1
.Size = new System.Drawing.Size(112, 34);
50
this.
button1
.TabIndex = 0;
51
this.
button1
.Text = "Top-Left";
52
this.
button1
.UseVisualStyleBackColor = true;
149
this.Controls.Add(this.
button1
);