1 write to button1
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
34this.button1 = new System.Windows.Forms.Button();
7 references to button1
WinFormsControlsTest (7)
AnchorLayoutTests.Designer.cs (7)
47this.button1.Location = new System.Drawing.Point(12, 12); 48this.button1.Name = "button1"; 49this.button1.Size = new System.Drawing.Size(112, 34); 50this.button1.TabIndex = 0; 51this.button1.Text = "Top-Left"; 52this.button1.UseVisualStyleBackColor = true; 149this.Controls.Add(this.button1);