3 instantiations of ImageListDesigner
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\ImageListActionListTests.cs (1)
16
_imageListDesigner =
new
();
System\Windows\Forms\Design\ImageListDesignerOriginalImageCollectionTests.cs (1)
10
private readonly ImageListDesigner _owner =
new
();
System\Windows\Forms\Design\ImageListDesignerTests.cs (1)
11
using ImageListDesigner imageListDesigner =
new
();
12 references to ImageListDesigner
System.Design (1)
System.Design.Forwards.cs (1)
54
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.
ImageListDesigner
))]
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ImageListActionList.cs (2)
12
private readonly
ImageListDesigner
_designer;
14
public ImageListActionList(
ImageListDesigner
designer)
System\Windows\Forms\Design\ImageListDesigner.cs (2)
118
properties[shadowProps[i]] = TypeDescriptor.CreateProperty(typeof(
ImageListDesigner
), prop, []);
129
properties["Images"] = TypeDescriptor.CreateProperty(typeof(
ImageListDesigner
), "Images", typeof(OriginalImageCollection), attrs);
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (2)
18
private readonly
ImageListDesigner
_owner;
21
internal OriginalImageCollection(
ImageListDesigner
owner)
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\ImageListActionListTests.cs (1)
11
private readonly
ImageListDesigner
_imageListDesigner;
System\Windows\Forms\Design\ImageListDesignerOriginalImageCollectionTests.cs (3)
10
private readonly
ImageListDesigner
_owner = new();
12
private readonly
ImageListDesigner
.OriginalImageCollection _originalImageCollection;
38
Action action = () => new
ImageListDesigner
.OriginalImageCollection(null!);
System\Windows\Forms\Design\ImageListDesignerTests.cs (1)
11
using
ImageListDesigner
imageListDesigner = new();