1 write to button2
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
47
button2
= new Button();
7 references to button2
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
93
flowLayoutPanel1.Controls.Add(
button2
);
113
button2
.Location = new Point(3, 32);
114
button2
.Name = "button2";
115
button2
.Size = new Size(75, 23);
116
button2
.TabIndex = 1;
117
button2
.Text = "button2";
118
button2
.UseVisualStyleBackColor = true;