1 instantiation of ImageCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
136public ImageCollection Images => _imageCollection ??= new ImageCollection(this);
73 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)
2091ImageList.ImageCollection images = _normalButtonImages.Images;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
2260ImageList.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)
System.Windows.Forms.Design.Tests (1)
EnsureEditorsTests.cs (1)
65[InlineData(typeof(ImageList.ImageCollection), typeof(ImageCollectionEditor))]
System.Windows.Forms.Tests (66)
System\Windows\Forms\ImageList.ImageCollectionTests.cs (66)
22ImageList.ImageCollection collection = list.Images; 32ImageList.ImageCollection collection = list.Images; 40ImageList.ImageCollection collection = list.Images; 63ImageList.ImageCollection collection = list.Images; 111ImageList.ImageCollection collection = list.Images; 201ImageList.ImageCollection collection = list.Images; 224ImageList.ImageCollection collection = list.Images; 236ImageList.ImageCollection collection = list.Images; 267ImageList.ImageCollection collection = list.Images; 289ImageList.ImageCollection collection = list.Images; 306ImageList.ImageCollection collection = list.Images; 318ImageList.ImageCollection collection = list.Images; 328ImageList.ImageCollection collection = list.Images; 339ImageList.ImageCollection collection = list.Images; 356ImageList.ImageCollection collection = list.Images; 386ImageList.ImageCollection collection = list.Images; 402ImageList.ImageCollection collection = list.Images; 415ImageList.ImageCollection collection = list.Images; 445ImageList.ImageCollection collection = list.Images; 489ImageList.ImageCollection collection = list.Images; 534ImageList.ImageCollection collection = list.Images; 558ImageList.ImageCollection collection = list.Images; 603ImageList.ImageCollection collection = list.Images; 627ImageList.ImageCollection collection = list.Images; 660ImageList.ImageCollection collection = list.Images; 704ImageList.ImageCollection collection = list.Images; 749ImageList.ImageCollection collection = list.Images; 773ImageList.ImageCollection collection = list.Images; 794ImageList.ImageCollection collection = list.Images; 806ImageList.ImageCollection collection = list.Images; 822ImageList.ImageCollection collection = list.Images; 846ImageList.ImageCollection collection = list.Images; 867ImageList.ImageCollection collection = list.Images; 875ImageList.ImageCollection collection = list.Images; 883ImageList.ImageCollection collection = list.Images; 911ImageList.ImageCollection collection = list.Images; 928ImageList.ImageCollection collection = list.Images; 942ImageList.ImageCollection collection = list.Images; 953ImageList.ImageCollection collection = list.Images; 965ImageList.ImageCollection collection = list.Images; 974ImageList.ImageCollection collection = list.Images; 995ImageList.ImageCollection collection = list.Images; 1016ImageList.ImageCollection collection = list.Images; 1038ImageList.ImageCollection collection = list.Images; 1068ImageList.ImageCollection collection = list.Images; 1088ImageList.ImageCollection collection = list.Images; 1105ImageList.ImageCollection collection = list.Images; 1118ImageList.ImageCollection collection = list.Images; 1137ImageList.ImageCollection collection = list.Images; 1161ImageList.ImageCollection collection = list.Images; 1198ImageList.ImageCollection collection = list.Images; 1244ImageList.ImageCollection collection = list.Images; 1261ImageList.ImageCollection collection = list.Images; 1282ImageList.ImageCollection collection = list.Images; 1298ImageList.ImageCollection collection = list.Images; 1312ImageList.ImageCollection collection = list.Images; 1346ImageList.ImageCollection collection = list.Images; 1384ImageList.ImageCollection collection = list.Images; 1396ImageList.ImageCollection collection = list.Images; 1410ImageList.ImageCollection collection = list.Images; 1450ImageList.ImageCollection collection = list.Images; 1502ImageList.ImageCollection collection = list.Images; 1547ImageList.ImageCollection collection = list.Images; 1568ImageList.ImageCollection collection = list.Images; 1590ImageList.ImageCollection collection = list.Images; 1602ImageList.ImageCollection collection = list.Images;