4 references to ImageCollectionEditor
System.Design (1)
System.Design.Forwards.cs (1)
17[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.ImageCollectionEditor))]
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ColumnHeaderCollectionEditor.cs (1)
12/// Initializes a new instance of the <see cref="ImageCollectionEditor"/> class.
System\Windows\Forms\Design\ImageCollectionEditor.cs (1)
20/// Initializes a new instance of the <see cref="ImageCollectionEditor"/> class.
System.Windows.Forms.Design.Tests (1)
EnsureEditorsTests.cs (1)
65[InlineData(typeof(ImageList.ImageCollection), typeof(ImageCollectionEditor))]