3 references to ListViewItemCollectionEditor
System.Design (1)
System.Design.Forwards.cs (1)
22
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.
ListViewItemCollectionEditor
))]
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListViewItemCollectionEditor.cs (1)
17
/// Initializes a new instance of the <see cref="
ListViewItemCollectionEditor
"/> class.
System.Windows.Forms.Design.Tests (1)
EnsureEditorsTests.cs (1)
113
[InlineData(typeof(ListView), "Items", typeof(
ListViewItemCollectionEditor
))]