1 write to button8
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
41this.button8 = new System.Windows.Forms.Button();
8 references to button8
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
118this.button8.Anchor = System.Windows.Forms.AnchorStyles.Bottom; 119this.button8.Location = new System.Drawing.Point(338, 404); 120this.button8.Name = "button8"; 121this.button8.Size = new System.Drawing.Size(112, 34); 122this.button8.TabIndex = 7; 123this.button8.Text = "Bottom"; 124this.button8.UseVisualStyleBackColor = true; 142this.Controls.Add(this.button8);