Base:
method
GetPropertiesSupported
System.ComponentModel.TypeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)
2 overrides of GetPropertiesSupported
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IDispatchConverter.cs (1)
98
public override bool
GetPropertiesSupported
(ITypeDescriptorContext context) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
1404
public override bool
GetPropertiesSupported
(ITypeDescriptorContext context) {
1 reference to GetPropertiesSupported
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
1406
if (!base.
GetPropertiesSupported
(context)){