9 references to ImageList
System.Windows.Forms.Tests (2)
System\Windows\Forms\ImageListTests.cs (2)
34using ImageList list = new(container); 51Assert.Throws<ArgumentNullException>("container", () => new ImageList(null));
TrimTestBinaryDeserialization (1)
Form1.Designer.cs (1)
34imageList1 = new ImageList(components);
WinFormsControlsTest (6)
ListViewTest.cs (2)
126ImageList imageListSmall = new(components); 127ImageList imageListLarge = new(components);
ListViewTest.Designer.cs (3)
36this.imageList1 = new System.Windows.Forms.ImageList(this.components); 41this.imageList2 = new System.Windows.Forms.ImageList(this.components); 44this.LargeImageList = new System.Windows.Forms.ImageList(this.components);
TreeViewTest.Designer.cs (1)
37this.imageList1 = new System.Windows.Forms.ImageList(this.components);