1 write to button9
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
53button9 = new Button();
7 references to button9
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
160panel1.Controls.Add(button9); 171button9.Location = new Point(24, 113); 172button9.Name = "button9"; 173button9.Size = new Size(75, 23); 174button9.TabIndex = 3; 175button9.Text = "button9"; 176button9.UseVisualStyleBackColor = true;