1 write to listView1
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
58
this.
listView1
= new System.Windows.Forms.ListView();
21 references to listView1
Accessibility_Core_App (21)
CommonControl1.cs (13)
19
listView1
.LargeImageList = imageListLarge;
20
listView1
.SmallImageList = imageListSmall;
25
listView1
.View = View.LargeIcon;
30
listView1
.View = View.SmallIcon;
35
listView1
.View = View.Details;
40
listView1
.View = View.List;
45
listView1
.ShowGroups = true;
46
listView1
.Groups[0].Items.Add(
listView1
.Items[0]);
47
listView1
.Groups[1].Items.AddRange(
listView1
.Items[1],
listView1
.Items[2]);
52
listView1
.ShowGroups = false;
CommonControl1.Designer.cs (8)
369
this.groupBox4.Controls.Add(this.
listView1
);
382
this.
listView1
.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
387
this.
listView1
.Location = new System.Drawing.Point(149, 83);
388
this.
listView1
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
389
this.
listView1
.Name = "listView1";
390
this.
listView1
.Size = new System.Drawing.Size(257, 151);
391
this.
listView1
.TabIndex = 1;
392
this.
listView1
.UseCompatibleStateImageBehavior = false;