Base:
method
EditValue
System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, System.Object)
3 references to EditValue
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\ObjectSelectorEditorTests.cs (3)
51Assert.Same(value, editor.EditValue(null, mockServiceProvider.Object, value)); 56Assert.Same(value, editor.EditValue(null, mockServiceProvider.Object, value)); 66Assert.Same(value, editor.EditValue(null, provider, value));