1 write to _mockEditor
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewGroupCollectionEditorTests.cs (1)
14_mockEditor = new(typeof(ListViewGroup)) { CallBase = true };
4 references to _mockEditor
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ListViewGroupCollectionEditorTests.cs (4)
36_mockEditor 40object result = _mockEditor.Object.EditValue(mockContext.Object, mockProvider.Object, inputValue); 49_mockEditor.Object.TestAccessor().Dynamic._editValue = mockCollection.Object; 51ListViewGroup? result = _mockEditor.Object.TestAccessor().Dynamic.CreateInstance(typeof(ListViewGroup)) as ListViewGroup;