1 write to listBox4
WinFormsControlsTest (1)
ListBoxes.Designer.cs (1)
50this.listBox4 = new System.Windows.Forms.ListBox();
9 references to listBox4
WinFormsControlsTest (9)
ListBoxes.Designer.cs (9)
169this.listBox4.Location = new System.Drawing.Point(360, 240); 170this.listBox4.Name = "listBox4"; 171this.listBox4.Size = new System.Drawing.Size(200, 150); 172this.listBox4.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; 173this.listBox4.DrawItem += ListBox_DrawItem; 174this.listBox4.MeasureItem += ListBox_MeasureItem; 187this.addButton4.Tag = new object[] { listBox4, textBox4 }; 195this.deleteButton4.Tag = listBox4; 219this.Controls.Add(this.listBox4);