1 write to button4
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
49button4 = new Button();
7 references to button4
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
95flowLayoutPanel1.Controls.Add(button4); 131button4.Location = new Point(3, 90); 132button4.Name = "button4"; 133button4.Size = new Size(75, 23); 134button4.TabIndex = 3; 135button4.Text = "button4"; 136button4.UseVisualStyleBackColor = true;