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\ToolStripCollectionEditorTests.cs (2)
35object? result = _editor.EditValue(context: null, provider: null!, value: new object()); 45object? result = _editor.EditValue(mockTypeDescriptorContext.Object, mockServiceProvider.Object, new object());