1 write to button8
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
54button8 = new Button();
7 references to button8
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
161panel1.Controls.Add(button8); 180button8.Location = new Point(24, 87); 181button8.Name = "button8"; 182button8.Size = new Size(113, 23); 183button8.TabIndex = 2; 184button8.Text = "button8"; 185button8.UseVisualStyleBackColor = true;