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