1 write to LargeImageList
WinFormsControlsTest (1)
ListViewTest.Designer.cs (1)
44this.LargeImageList = new System.Windows.Forms.ImageList(this.components);
7 references to LargeImageList
WinFormsControlsTest (7)
ListViewTest.cs (4)
234LargeImageList.Images.Clear(); 236listView1.LargeImageList = LargeImageList; 250LargeImageList.Images.Add(file, bitmap); 281LargeImageList.Images[listView1.SelectedIndices[0]] = bitmap;
ListViewTest.Designer.cs (3)
129this.LargeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit; 130this.LargeImageList.ImageSize = new System.Drawing.Size(256, 256); 131this.LargeImageList.TransparentColor = System.Drawing.Color.Transparent;