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