Base:
method
GetPropertiesSupported
System.ComponentModel.TypeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)
2 overrides of GetPropertiesSupported
System.Web.DataVisualization (1)
Common\Converters\LegendConverters.cs (1)
202 public override bool GetPropertiesSupported(ITypeDescriptorContext context)
System.Windows.Forms.DataVisualization (1)
Common\Converters\LegendConverters.cs (1)
202 public override bool GetPropertiesSupported(ITypeDescriptorContext context)
2 references to GetPropertiesSupported
System.Web.DataVisualization (1)
Common\Converters\LegendConverters.cs (1)
212 return base.GetPropertiesSupported(context);
System.Windows.Forms.DataVisualization (1)
Common\Converters\LegendConverters.cs (1)
212 return base.GetPropertiesSupported(context);