2 references to IDataPointCustomPropertiesProvider
System.Windows.Forms.DataVisualization (2)
Common\Converters\CustomAttributesConverters.cs (2)
133
else if (context.Instance is
IDataPointCustomPropertiesProvider
)
135
CustomProperties newAttributes = new CustomProperties(((
IDataPointCustomPropertiesProvider
)context.Instance).DataPointCustomProperties);