1 write to button1
WinFormsControlsTest (1)
DockLayoutTests.Designer.cs (1)
36
this.
button1
= new System.Windows.Forms.Button();
8 references to button1
WinFormsControlsTest (8)
DockLayoutTests.Designer.cs (8)
45
this.
button1
.Dock = System.Windows.Forms.DockStyle.Left;
46
this.
button1
.Location = new System.Drawing.Point(0, 0);
47
this.
button1
.Name = "button1";
48
this.
button1
.Size = new System.Drawing.Size(112, 450);
49
this.
button1
.TabIndex = 0;
50
this.
button1
.Text = "Left";
51
this.
button1
.UseVisualStyleBackColor = true;
102
this.Controls.Add(this.
button1
);