1 write to _mockEditor
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewGroupCollectionEditorTests.cs (1)
15_mockEditor = new(typeof(ListViewGroup)) { CallBase = true };
6 references to _mockEditor
System.Windows.Forms.Design.Tests (6)
System\Windows\Forms\Design\ListViewGroupCollectionEditorTests.cs (6)
37_mockEditor 41object result = _mockEditor.Object.EditValue(mockContext.Object, mockProvider.Object, inputValue); 50_mockEditor.Object.TestAccessor().Dynamic._editValue = mockCollection.Object; 52ListViewGroup? result = _mockEditor.Object.TestAccessor().Dynamic.CreateInstance(typeof(ListViewGroup)) as ListViewGroup; 63_mockEditor.Object.TestAccessor().Dynamic._editValue = null; 65Action action = () => _mockEditor.Object.TestAccessor().Dynamic.CreateInstance(typeof(ListViewGroup));