3 overrides of GetPaintValueSupported
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedUITypeEditor.cs (1)
66
public override bool
GetPaintValueSupported
(ITypeDescriptorContext context) {
System.Workflow.ComponentModel (2)
AuthoringOM\Behaviors\SynchronizationScope.cs (1)
165
public override bool
GetPaintValueSupported
(ITypeDescriptorContext context)
AuthoringOM\Design\Themes.cs (1)
3316
public override bool
GetPaintValueSupported
(ITypeDescriptorContext context)
5 references to GetPaintValueSupported
System.Drawing (1)
commonui\System\Drawing\Design\UITypeEditor.cs (1)
111
return
GetPaintValueSupported
(null);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedUITypeEditor.cs (2)
68
return innerEditor.
GetPaintValueSupported
(context);
70
return base.
GetPaintValueSupported
(context);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
525
if (uiEditor.
GetPaintValueSupported
(this)) {
706
if (typeEd.
GetPaintValueSupported
(this)) {