1 write to button2
WinFormsControlsTest (1)
DockLayoutTests.Designer.cs (1)
38
this.
button2
= new System.Windows.Forms.Button();
8 references to button2
WinFormsControlsTest (8)
DockLayoutTests.Designer.cs (8)
65
this.
button2
.Dock = System.Windows.Forms.DockStyle.Top;
66
this.
button2
.Location = new System.Drawing.Point(112, 0);
67
this.
button2
.Name = "button2";
68
this.
button2
.Size = new System.Drawing.Size(576, 89);
69
this.
button2
.TabIndex = 3;
70
this.
button2
.Text = "Top";
71
this.
button2
.UseVisualStyleBackColor = true;
100
this.Controls.Add(this.
button2
);