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