1 write to button11
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
65button11 = new Button();
7 references to button11
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
233splitContainer1.Panel2.Controls.Add(button11); 294button11.Location = new Point(16, 31); 295button11.Name = "button11"; 296button11.Size = new Size(113, 20); 297button11.TabIndex = 1; 298button11.Text = "button11"; 299button11.UseVisualStyleBackColor = true;