1 write to listView1
WinFormsControlsTest (1)
CollectionEditors.Designer.cs (1)
37
this.
listView1
= new System.Windows.Forms.ListView();
10 references to listView1
WinFormsControlsTest (10)
CollectionEditors.cs (2)
33
listView1
.LargeImageList = imageList;
34
_stringList.ForEach(s =>
listView1
.Items.Add(s));
CollectionEditors.Designer.cs (8)
70
this.
listView1
.HideSelection = false;
71
this.
listView1
.Location = new System.Drawing.Point(4, 117);
72
this.
listView1
.Name = "listView1";
73
this.
listView1
.Size = new System.Drawing.Size(121, 97);
74
this.
listView1
.TabIndex = 4;
75
this.
listView1
.UseCompatibleStateImageBehavior = false;
76
this.
listView1
.Enter += this.control_Enter;
112
this.Controls.Add(this.
listView1
);