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);