Base:
method
GetPaintValueSupported
System.Drawing.Design.UITypeEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)
2 references to GetPaintValueSupported
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\MaskedTextBoxTextEditorTests.cs (2)
193bool result = editor.GetPaintValueSupported(mockContext.Object); 198result.Should().Be(editor.GetPaintValueSupported(mockContext.Object));