1 write to addButton1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
37this.addButton1 = new System.Windows.Forms.Button();
7 references to addButton1
WinFormsControlsTest (7)
ListBoxes.Designer.cs (7)
81this.addButton1.AutoSize = true; 82this.addButton1.Location = new System.Drawing.Point(240, 80); 83this.addButton1.Text = "Add"; 84this.addButton1.Tag = new object[] { listBox1, textBox1 }; 85this.addButton1.Click += this.addButton_Click; 86this.addButton1.Click += this.Control_Click; 232this.Controls.Add(this.addButton1);