1 instantiation of IntNanValueConverter
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1141
else if (typeStr.EndsWith(".IntNanValueConverter", StringComparison.OrdinalIgnoreCase)) { result = new
IntNanValueConverter
(); }
2 references to IntNanValueConverter
System.Web.DataVisualization (2)
Common\General\LegendColumns.cs (2)
698
TypeConverter(typeof(
IntNanValueConverter
)),
725
TypeConverter(typeof(
IntNanValueConverter
)),