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