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)
193
bool result = editor.
GetPaintValueSupported
(mockContext.Object);
198
result.Should().Be(editor.
GetPaintValueSupported
(mockContext.Object));