1 write to button7
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
55button7 = new Button();
7 references to button7
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
162panel1.Controls.Add(button7); 189button7.Location = new Point(3, 29); 190button7.Name = "button7"; 191button7.Size = new Size(113, 23); 192button7.TabIndex = 1; 193button7.Text = "button7"; 194button7.UseVisualStyleBackColor = true;