Base:
method
GetPaintValueSupported
System.Drawing.Design.UITypeEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)
1 override of GetPaintValueSupported
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListImageEditor.cs (1)
97public override bool GetPaintValueSupported(ITypeDescriptorContext? context) => true;
3 references to GetPaintValueSupported
System.Windows.Forms.Design.Tests (3)
System\Drawing\Design\BitmapEditorTests.cs (1)
65Assert.True(editor.GetPaintValueSupported(context));
System\Drawing\Design\ImageEditorTests.cs (1)
122Assert.True(editor.GetPaintValueSupported(context));
System\Drawing\Design\MetafileEditorTests.cs (1)
49Assert.True(editor.GetPaintValueSupported(context));