Base:
method
EditValue
System.ComponentModel.Design.CollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, System.Object)
4 references to EditValue
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ListControlStringCollectionEditorTests.cs (4)
18object? result = editor.EditValue(null, provider, value); 32object? result = editor.EditValue(context.Object, provider, value); 47object? result = editor.EditValue(context.Object, provider, value); 65ArgumentException exception = ((Action)(() => editor.EditValue(context.Object, provider, value))).Should().Throw<ArgumentException>().Which;