1 instantiation of ImageCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
136public ImageCollection Images => _imageCollection ??= new ImageCollection(this);
6 references to ImageCollection
System.Windows.Forms (3)
System\Windows\Forms\Controls\ImageList\ImageList.cs (2)
38private ImageCollection? _imageCollection; 136public ImageCollection Images => _imageCollection ??= new ImageCollection(this);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2083ImageList.ImageCollection images = _normalButtonImages.Images;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
2254ImageList.ImageCollection? images = _picker?._treeViewCtrl?.ImageList?.Images;
System\Windows\Forms\Design\ImageCollectionEditor.cs (2)
90if (editValue is not ImageList.ImageCollection source) 106if (editValue is not ImageList.ImageCollection source)