1 write to button3
WinFormsControlsTest (1)
DockLayoutTests.Designer.cs (1)
37this.button3 = new System.Windows.Forms.Button();
8 references to button3
WinFormsControlsTest (8)
DockLayoutTests.Designer.cs (8)
55this.button3.Dock = System.Windows.Forms.DockStyle.Right; 56this.button3.Location = new System.Drawing.Point(688, 0); 57this.button3.Name = "button3"; 58this.button3.Size = new System.Drawing.Size(112, 450); 59this.button3.TabIndex = 2; 60this.button3.Text = "Right"; 61this.button3.UseVisualStyleBackColor = true; 101this.Controls.Add(this.button3);