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