1 instantiation of OriginalImageCollection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListDesigner.cs (1)
46
_originalImageCollection ??= new
OriginalImageCollection
(this);
3 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);