1 write to listBox1
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
46this.listBox1 = new System.Windows.Forms.ListBox();
11 references to listBox1
Accessibility_Core_App (11)
DataBindingExample.cs (2)
33listBox1.DataSource = _studentA; 36listBox1.DisplayMember = nameof(Student.Name);
DataBindingExample.Designer.cs (9)
260this.listBox1.AccessibleDescription = "LB5"; 261this.listBox1.AccessibleName = "LB5"; 262this.listBox1.FormattingEnabled = true; 263this.listBox1.ItemHeight = 15; 264this.listBox1.Location = new System.Drawing.Point(453, 249); 265this.listBox1.Name = "listBox1"; 266this.listBox1.Size = new System.Drawing.Size(120, 94); 267this.listBox1.TabIndex = 18; 278this.Controls.Add(this.listBox1);