1 write to listBox2
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
40this.listBox2 = new System.Windows.Forms.CheckedListBox();
6 references to listBox2
WinFormsControlsTest (6)
ListBoxes.Designer.cs (6)
99this.listBox2.Location = new System.Drawing.Point(20, 240); 100this.listBox2.Name = "listBox2"; 101this.listBox2.Size = new System.Drawing.Size(200, 150); 114this.addButton2.Tag = new object[] { listBox2, textBox2 }; 122this.deleteButton2.Tag = listBox2; 209this.Controls.Add(this.listBox2);