1 write to imageList2
WinFormsControlsTest (1)
ListViewTest.Designer.cs (1)
41this.imageList2 = new System.Windows.Forms.ImageList(this.components);
5 references to imageList2
WinFormsControlsTest (5)
ListViewTest.Designer.cs (5)
77this.listView1.LargeImageList = this.imageList2; 102this.imageList2.ImageStream = (System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")); 103this.imageList2.TransparentColor = System.Drawing.Color.Transparent; 104this.imageList2.Images.SetKeyName(0, "LargeA.bmp"); 105this.imageList2.Images.SetKeyName(1, "LargeABlue.bmp");