5 references to EditValue
System.Windows.Forms (1)
System\Windows\Forms\Design\IWindowsFormsEditorService.cs (1)
16/// the service provider given to the <see cref="UITypeEditor.EditValue(IServiceProvider, object)"/> and
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageCollectionEditor.cs (1)
66return editor.EditValue(Context, null);
System.Windows.Forms.Design.Tests (2)
BinaryEditorTests.cs (1)
24object result = editor.EditValue(serviceProvider.Object, new byte[10]);
System\Windows\Forms\Design\ColumnHeaderCollectionEditorTests.cs (1)
21Assert.Same(value, editor.EditValue(null, value));
System.Windows.Forms.Tests (1)
System\Drawing\Design\UITypeEditorTests.cs (1)
53Assert.Same(result, mockEditor.Object.EditValue(provider, value));