1 write to imageList1
WinFormsControlsTest (1)
ListViewTest.Designer.cs (1)
36
this.
imageList1
= new System.Windows.Forms.ImageList(this.components);
5 references to imageList1
WinFormsControlsTest (5)
ListViewTest.Designer.cs (5)
51
this.
imageList1
.ImageStream = (System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"));
52
this.
imageList1
.TransparentColor = System.Drawing.Color.Transparent;
53
this.
imageList1
.Images.SetKeyName(0, "SmallA.bmp");
54
this.
imageList1
.Images.SetKeyName(1, "SmallABlue.bmp");
82
this.listView1.SmallImageList = this.
imageList1
;