1 instantiation of AnchorPointValueConverter
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1150else if (typeStr.EndsWith(".AnchorPointValueConverter", StringComparison.OrdinalIgnoreCase)) { result = new AnchorPointValueConverter(); }
1 reference to AnchorPointValueConverter
System.Windows.Forms.DataVisualization (1)
Common\Annotation\AnnotationBase.cs (1)
1507 TypeConverter(typeof(AnchorPointValueConverter)),