1 write to button5
WinFormsControlsTest (1)
DockLayoutTests.Designer.cs (1)
40this.button5 = new System.Windows.Forms.Button();
8 references to button5
WinFormsControlsTest (8)
DockLayoutTests.Designer.cs (8)
85this.button5.Dock = System.Windows.Forms.DockStyle.Fill; 86this.button5.Location = new System.Drawing.Point(112, 89); 87this.button5.Name = "button5"; 88this.button5.Size = new System.Drawing.Size(576, 295); 89this.button5.TabIndex = 5; 90this.button5.Text = "Fill"; 91this.button5.UseVisualStyleBackColor = true; 98this.Controls.Add(this.button5);