Base:
method
EditValue
System.ComponentModel.Design.CollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, System.Object)
2 references to EditValue
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ListViewGroupCollectionEditorTests.cs (2)
38
.Setup(e => e.
EditValue
(mockContext.Object, mockProvider.Object, inputValue))
41
object result = _mockEditor.Object.
EditValue
(mockContext.Object, mockProvider.Object, inputValue);