1 write to button6
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
56
button6
= new Button();
7 references to button6
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
163
panel1.Controls.Add(
button6
);
198
button6
.Location = new Point(3, 3);
199
button6
.Name = "button6";
200
button6
.Size = new Size(113, 20);
201
button6
.TabIndex = 0;
202
button6
.Text = "button6";
203
button6
.UseVisualStyleBackColor = true;