Base:
method
EditValue
System.Drawing.Design.UITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider, System.Object)
4 references to EditValue
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\DataGridViewColumnCollectionEditorTests.cs (4)
25
dataGridViewColumnCollectionEditor.
EditValue
(null, null!, value).Should().Be(value);
28
dataGridViewColumnCollectionEditor.
EditValue
(mockTypeDescriptorContext.Object, null!, value).Should().Be(value);
32
dataGridViewColumnCollectionEditor.
EditValue
(null, mockServiceProvider.Object, value).Should().Be(value);
35
dataGridViewColumnCollectionEditor.
EditValue
(null, mockServiceProvider.Object, value).Should().Be(value);