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