6 references to ImageListDesigner
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ImageListActionList.cs (2)
12private readonly ImageListDesigner _designer; 14public ImageListActionList(ImageListDesigner designer)
System\Windows\Forms\Design\ImageListDesigner.cs (2)
118properties[shadowProps[i]] = TypeDescriptor.CreateProperty(typeof(ImageListDesigner), prop, []); 129properties["Images"] = TypeDescriptor.CreateProperty(typeof(ImageListDesigner), "Images", typeof(OriginalImageCollection), attrs);
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (2)
18private readonly ImageListDesigner _owner; 21internal OriginalImageCollection(ImageListDesigner owner)