1 write to button5
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
50
button5
= new Button();
7 references to button5
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
96
flowLayoutPanel1.Controls.Add(
button5
);
140
button5
.Location = new Point(3, 119);
141
button5
.Name = "button5";
142
button5
.Size = new Size(75, 23);
143
button5
.TabIndex = 4;
144
button5
.Text = "button5";
145
button5
.UseVisualStyleBackColor = true;