1 write to button5
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
50button5 = new Button();
7 references to button5
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
96flowLayoutPanel1.Controls.Add(button5); 140button5.Location = new Point(3, 119); 141button5.Name = "button5"; 142button5.Size = new Size(75, 23); 143button5.TabIndex = 4; 144button5.Text = "button5"; 145button5.UseVisualStyleBackColor = true;