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)
2258ImageList.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)
63[InlineData(typeof(ImageList.ImageCollection), typeof(ImageCollectionEditor))]
System.Windows.Forms.Tests (66)
System\Windows\Forms\ImageList.ImageCollectionTests.cs (66)
20ImageList.ImageCollection collection = list.Images; 30ImageList.ImageCollection collection = list.Images; 38ImageList.ImageCollection collection = list.Images; 61ImageList.ImageCollection collection = list.Images; 109ImageList.ImageCollection collection = list.Images; 199ImageList.ImageCollection collection = list.Images; 222ImageList.ImageCollection collection = list.Images; 234ImageList.ImageCollection collection = list.Images; 265ImageList.ImageCollection collection = list.Images; 287ImageList.ImageCollection collection = list.Images; 304ImageList.ImageCollection collection = list.Images; 316ImageList.ImageCollection collection = list.Images; 326ImageList.ImageCollection collection = list.Images; 337ImageList.ImageCollection collection = list.Images; 354ImageList.ImageCollection collection = list.Images; 384ImageList.ImageCollection collection = list.Images; 400ImageList.ImageCollection collection = list.Images; 413ImageList.ImageCollection collection = list.Images; 443ImageList.ImageCollection collection = list.Images; 487ImageList.ImageCollection collection = list.Images; 532ImageList.ImageCollection collection = list.Images; 556ImageList.ImageCollection collection = list.Images; 601ImageList.ImageCollection collection = list.Images; 625ImageList.ImageCollection collection = list.Images; 658ImageList.ImageCollection collection = list.Images; 702ImageList.ImageCollection collection = list.Images; 747ImageList.ImageCollection collection = list.Images; 771ImageList.ImageCollection collection = list.Images; 792ImageList.ImageCollection collection = list.Images; 804ImageList.ImageCollection collection = list.Images; 820ImageList.ImageCollection collection = list.Images; 844ImageList.ImageCollection collection = list.Images; 865ImageList.ImageCollection collection = list.Images; 873ImageList.ImageCollection collection = list.Images; 881ImageList.ImageCollection collection = list.Images; 909ImageList.ImageCollection collection = list.Images; 926ImageList.ImageCollection collection = list.Images; 940ImageList.ImageCollection collection = list.Images; 951ImageList.ImageCollection collection = list.Images; 963ImageList.ImageCollection collection = list.Images; 972ImageList.ImageCollection collection = list.Images; 993ImageList.ImageCollection collection = list.Images; 1014ImageList.ImageCollection collection = list.Images; 1036ImageList.ImageCollection collection = list.Images; 1066ImageList.ImageCollection collection = list.Images; 1086ImageList.ImageCollection collection = list.Images; 1103ImageList.ImageCollection collection = list.Images; 1116ImageList.ImageCollection collection = list.Images; 1135ImageList.ImageCollection collection = list.Images; 1159ImageList.ImageCollection collection = list.Images; 1196ImageList.ImageCollection collection = list.Images; 1242ImageList.ImageCollection collection = list.Images; 1259ImageList.ImageCollection collection = list.Images; 1280ImageList.ImageCollection collection = list.Images; 1296ImageList.ImageCollection collection = list.Images; 1310ImageList.ImageCollection collection = list.Images; 1344ImageList.ImageCollection collection = list.Images; 1382ImageList.ImageCollection collection = list.Images; 1394ImageList.ImageCollection collection = list.Images; 1408ImageList.ImageCollection collection = list.Images; 1448ImageList.ImageCollection collection = list.Images; 1500ImageList.ImageCollection collection = list.Images; 1545ImageList.ImageCollection collection = list.Images; 1566ImageList.ImageCollection collection = list.Images; 1588ImageList.ImageCollection collection = list.Images; 1600ImageList.ImageCollection collection = list.Images;