1 write to button6
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
56button6 = new Button();
7 references to button6
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
163panel1.Controls.Add(button6); 198button6.Location = new Point(3, 3); 199button6.Name = "button6"; 200button6.Size = new Size(113, 20); 201button6.TabIndex = 0; 202button6.Text = "button6"; 203button6.UseVisualStyleBackColor = true;