1 write to button1
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
46
button1
= new Button();
7 references to button1
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
92
flowLayoutPanel1.Controls.Add(
button1
);
104
button1
.Location = new Point(3, 3);
105
button1
.Name = "button1";
106
button1
.Size = new Size(75, 23);
107
button1
.TabIndex = 0;
108
button1
.Text = "button1";
109
button1
.UseVisualStyleBackColor = true;