1 instantiation of ListViewGroupCollectionEditor
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewGroupCollectionEditorTests.cs (1)
22
ListViewGroupCollectionEditor editor =
new
(expectedType);
4 references to ListViewGroupCollectionEditor
System.Design (1)
System.Design.Forwards.cs (1)
21
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.
ListViewGroupCollectionEditor
))]
System.Windows.Forms.Design.Tests (3)
EnsureEditorsTests.cs (1)
112
[InlineData(typeof(ListView), "Groups", typeof(
ListViewGroupCollectionEditor
))]
System\Windows\Forms\Design\ListViewGroupCollectionEditorTests.cs (2)
12
private readonly Mock<
ListViewGroupCollectionEditor
> _mockEditor;
22
ListViewGroupCollectionEditor
editor = new(expectedType);