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