3 references to ListViewSubItemCollectionEditor
System.Design (1)
System.Design.Forwards.cs (1)
23[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.ListViewSubItemCollectionEditor))]
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListViewSubItemCollectionEditor.cs (1)
21/// Initializes a new instance of the <see cref="ListViewSubItemCollectionEditor"/> class.
System.Windows.Forms.Design.Tests (1)
EnsureEditorsTests.cs (1)
117[InlineData(typeof(ListViewItem), "SubItems", typeof(ListViewSubItemCollectionEditor))]