1 write to listBox3
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
45this.listBox3 = new System.Windows.Forms.ListBox();
8 references to listBox3
WinFormsControlsTest (8)
ListBoxes.Designer.cs (8)
133this.listBox3.Location = new System.Drawing.Point(360, 40); 134this.listBox3.Name = "listBox3"; 135this.listBox3.Size = new System.Drawing.Size(200, 150); 136this.listBox3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; 137this.listBox3.DrawItem += ListBox_DrawItem; 150this.addButton3.Tag = new object[] { listBox3, textBox3 }; 158this.deleteButton3.Tag = listBox3; 214this.Controls.Add(this.listBox3);