3 references to 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!);