3 instantiations of OriginalImageCollection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListDesigner.cs (1)
46_originalImageCollection ??= new OriginalImageCollection(this);
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ImageListDesignerOriginalImageCollectionTests.cs (2)
19_originalImageCollection = new(_owner); 38Action action = () => new ImageListDesigner.OriginalImageCollection(null!);
4 references to OriginalImageCollection
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ImageListDesigner.cs (3)
18private OriginalImageCollection? _originalImageCollection; 42private OriginalImageCollection Images 129properties["Images"] = TypeDescriptor.CreateProperty(typeof(ImageListDesigner), "Images", typeof(OriginalImageCollection), attrs);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListDesignerOriginalImageCollectionTests.cs (1)
12private readonly ImageListDesigner.OriginalImageCollection _originalImageCollection;