3 references to _editor
System.Windows.Forms.Design.Tests (3)
DataMemberFieldEditorTests.cs (3)
15public void Ctor_HasDefaultProperties() => _editor.IsDropDownResizable.Should().BeTrue(); 18public void GetEditStyle_ContextIsNull_ReturnsDropDown() => _editor.GetEditStyle(null).Should().Be(UITypeEditorEditStyle.DropDown); 45object? result = _editor.EditValue(context, provider, value);