3 references to ImageListImage
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ImageCollectionEditor.cs (1)
98
imageListImages[i] = new
ImageListImage
(source[i]) { Name = source.Keys[i] };
System\Windows\Forms\Design\ImageListImage.cs (2)
54
return new
ImageListImage
((new Icon(stream)).ToBitmap());
57
return new
ImageListImage
((Bitmap)Image.FromStream(stream));