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