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