Base:
method
GetEditStyle
System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)
1 reference to GetEditStyle
System.Windows.Forms.Design.Tests (1)
DataMemberFieldEditorTests.cs (1)
18
public void GetEditStyle_ContextIsNull_ReturnsDropDown() => _editor.
GetEditStyle
(null).Should().Be(UITypeEditorEditStyle.DropDown);