1 write to imageList1
TrimTestBinaryDeserialization (1)
Form1.Designer.cs (1)
34imageList1 = new ImageList(components);
5 references to imageList1
TrimTestBinaryDeserialization (5)
Form1.Designer.cs (5)
40imageList1.ColorDepth = ColorDepth.Depth32Bit; 41imageList1.ImageStream = (ImageListStreamer)resources.GetObject("imageList1.ImageStream"); 42imageList1.TransparentColor = Color.Transparent; 43imageList1.Images.SetKeyName(0, "dotnet.png"); 48listView1.LargeImageList = imageList1;