1 write to button8
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
54
button8
= new Button();
7 references to button8
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
161
panel1.Controls.Add(
button8
);
180
button8
.Location = new Point(24, 87);
181
button8
.Name = "button8";
182
button8
.Size = new Size(113, 23);
183
button8
.TabIndex = 2;
184
button8
.Text = "button8";
185
button8
.UseVisualStyleBackColor = true;