1 write to button3
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
48button3 = new Button();
7 references to button3
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
94flowLayoutPanel1.Controls.Add(button3); 122button3.Location = new Point(3, 61); 123button3.Name = "button3"; 124button3.Size = new Size(75, 23); 125button3.TabIndex = 2; 126button3.Text = "button3"; 127button3.UseVisualStyleBackColor = true;