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)
168
UITypeEditorEditStyle result = editor.
GetEditStyle
(mockContext.Object);
173
result.Should().Be(editor.
GetEditStyle
(mockContext.Object));