1 instantiation of ImageCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ImageList.cs (1)
240
imageCollection = new
ImageCollection
(this);
4 references to ImageCollection
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ImageList.cs (3)
67
private
ImageCollection
imageCollection;
237
public
ImageCollection
Images {
1052
imageInfoCollection.Add(new
ImageCollection
.ImageInfo());
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2460
ImageList.
ImageCollection
images = imageList[NORMAL_BUTTONS].Images;