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