1 instantiation of LegendConverter
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1138else if (typeStr.EndsWith(".LegendConverter", StringComparison.OrdinalIgnoreCase)) { result = new LegendConverter(); }
1 reference to LegendConverter
System.Windows.Forms.DataVisualization (1)
Common\Annotation\RectangleAnnotation.cs (1)
591 TypeConverterAttribute(typeof(LegendConverter)),