6 instantiations of ImageInfo
System.Windows.Forms (6)
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (6)
67_imageInfoCollection.Add(new ImageInfo()); 232ImageInfo imageInfo = new() 250ImageInfo imageInfo = new() 354_imageInfoCollection.Add(new ImageInfo()); 359imageInfo ??= new ImageInfo(); 585_imageInfoCollection[index] = new ImageInfo();
5 references to ImageInfo
System.Windows.Forms (5)
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (5)
20private readonly List<ImageInfo> _imageInfoCollection = []; 42if ((_imageInfoCollection[i] is ImageInfo image) && (image.Name is not null) && (image.Name.Length != 0)) 232ImageInfo imageInfo = new() 250ImageInfo imageInfo = new() 303private int Add(Original original, ImageInfo? imageInfo)