1 write to listView1
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
44
this.
listView1
= new System.Windows.Forms.ListView();
13 references to listView1
Accessibility_Core_App (13)
DataBindingExample.cs (3)
88
listView1
.View = View.Details;
97
listView1
.Columns.Add(colName);
104
listView1
.Items.Add(item);
DataBindingExample.Designer.cs (10)
237
this.
listView1
.AccessibleDescription = "LV1";
238
this.
listView1
.AccessibleName = "LV1";
239
this.
listView1
.HideSelection = false;
240
this.
listView1
.Location = new System.Drawing.Point(162, 246);
241
this.
listView1
.Name = "listView1";
242
this.
listView1
.Size = new System.Drawing.Size(203, 97);
243
this.
listView1
.TabIndex = 16;
244
this.
listView1
.UseCompatibleStateImageBehavior = false;
245
this.
listView1
.View = System.Windows.Forms.View.Details;
280
this.Controls.Add(this.
listView1
);