1 write to imageList1
WinFormsControlsTest (1)
TreeViewTest.Designer.cs (1)
37this.imageList1 = new System.Windows.Forms.ImageList(this.components);
6 references to imageList1
WinFormsControlsTest (6)
TreeViewTest.Designer.cs (6)
44this.treeView1.ImageList = this.imageList1; 54this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; 55this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); 56this.imageList1.TransparentColor = System.Drawing.Color.Transparent; 57this.imageList1.Images.SetKeyName(0, "SmallA.bmp"); 58this.imageList1.Images.SetKeyName(1, "SmallABlue.bmp");