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