1 write to listBox1
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
74this.listBox1 = new System.Windows.Forms.ListBox();
9 references to listBox1
Accessibility_Core_App (9)
CommonControl1.Designer.cs (9)
561this.groupBox6.Controls.Add(this.listBox1); 574this.listBox1.FormattingEnabled = true; 575this.listBox1.ItemHeight = 32; 576this.listBox1.Items.AddRange(new object[] { 581this.listBox1.Location = new System.Drawing.Point(150, 77); 582this.listBox1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 583this.listBox1.Name = "listBox1"; 584this.listBox1.Size = new System.Drawing.Size(255, 164); 585this.listBox1.TabIndex = 1;