1 write to button10
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
61button10 = new Button();
7 references to button10
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
225splitContainer1.Panel1.Controls.Add(button10); 258button10.Location = new Point(-31, 31); 259button10.Name = "button10"; 260button10.Size = new Size(113, 20); 261button10.TabIndex = 1; 262button10.Text = "button10"; 263button10.UseVisualStyleBackColor = true;