1 write to button3
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
48
button3
= new Button();
7 references to button3
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
94
flowLayoutPanel1.Controls.Add(
button3
);
122
button3
.Location = new Point(3, 61);
123
button3
.Name = "button3";
124
button3
.Size = new Size(75, 23);
125
button3
.TabIndex = 2;
126
button3
.Text = "button3";
127
button3
.UseVisualStyleBackColor = true;