Base:
method
GetEditStyle
System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)
2 references to GetEditStyle
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\MaskedTextBoxTextEditorTests.cs (2)
168UITypeEditorEditStyle result = editor.GetEditStyle(mockContext.Object); 173result.Should().Be(editor.GetEditStyle(mockContext.Object));