1 write to button5
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
38this.button5 = new System.Windows.Forms.Button();
8 references to button5
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
86this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 87this.button5.Location = new System.Drawing.Point(12, 404); 88this.button5.Name = "button5"; 89this.button5.Size = new System.Drawing.Size(112, 34); 90this.button5.TabIndex = 4; 91this.button5.Text = "Bottom-Left"; 92this.button5.UseVisualStyleBackColor = true; 145this.Controls.Add(this.button5);