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\Windows\Forms\Design\DataSourceListEditorTests.cs (3)
30
_dataSourceListEditor.
EditValue
(context: contextMock.Object, provider: providerMock.Object, value: null);
44
_dataSourceListEditor.
EditValue
(context: contextMock.Object, provider: null!, value: oldValue).Should().Be(oldValue);
53
_dataSourceListEditor.
EditValue
(context: null, provider: providerMock.Object, value: oldValue).Should().Be(oldValue);