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