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