1 write to button4
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
37this.button4 = new System.Windows.Forms.Button();
8 references to button4
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
76this.button4.Anchor = System.Windows.Forms.AnchorStyles.Left; 77this.button4.Location = new System.Drawing.Point(12, 198); 78this.button4.Name = "button4"; 79this.button4.Size = new System.Drawing.Size(112, 34); 80this.button4.TabIndex = 3; 81this.button4.Text = "Left"; 82this.button4.UseVisualStyleBackColor = true; 146this.Controls.Add(this.button4);