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);
38
Action action = () => new ImageListDesigner.
OriginalImageCollection
(null!);
4 references to OriginalImageCollection
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ImageListDesigner.cs (3)
18
private
OriginalImageCollection
? _originalImageCollection;
42
private
OriginalImageCollection
Images
129
properties["Images"] = TypeDescriptor.CreateProperty(typeof(ImageListDesigner), "Images", typeof(
OriginalImageCollection
), attrs);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListDesignerOriginalImageCollectionTests.cs (1)
12
private readonly ImageListDesigner.
OriginalImageCollection
_originalImageCollection;