1 write to deleteButton1
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
38this.deleteButton1 = new System.Windows.Forms.Button();
6 references to deleteButton1
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
86this.deleteButton1.AutoSize = true; 87this.deleteButton1.Location = new System.Drawing.Point(240, 110); 88this.deleteButton1.Text = "Delete"; 89this.deleteButton1.Tag = listBox1; 90this.deleteButton1.Click += this.deleteButton_Click; 207this.Controls.Add(this.deleteButton1);