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\MultilineStringEditorTests.cs (3)
41
Assert.Same(string.Empty, editor.
EditValue
(null, mockServiceProvider.Object, value));
46
Assert.Same(string.Empty, editor.
EditValue
(null, mockServiceProvider.Object, value));
56
Assert.Same(value, editor.
EditValue
(null, provider, value));