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