6 references to 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)