1 write to listBox1
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
77listBox1 = new ListBox();
8 references to listBox1
WinFormsControlsTest (8)
ScrollableControls.Designer.cs (8)
426listBox1.FormattingEnabled = true; 427listBox1.ItemHeight = 15; 428listBox1.Items.AddRange(new object[] { "asdfasdf", "as", "df", "asd", "f", "a", "sd", "f", "asd", "f", "a", "asdfadsf", "sdf" }); 429listBox1.Location = new Point(348, 229); 430listBox1.Name = "listBox1"; 431listBox1.Size = new Size(113, 79); 432listBox1.TabIndex = 13; 439Controls.Add(listBox1);