12 references to AutoValue
System.Web.DataVisualization (12)
Common\Converters\AxisConverters.cs (6)
284 return Constants.AutoValue; 313if (String.Compare(crossingValue, Constants.AutoValue, StringComparison.OrdinalIgnoreCase) == 0) 496return Constants.AutoValue; 513if (String.Compare(crossingValue, Constants.AutoValue, StringComparison.OrdinalIgnoreCase) == 0) 640return Constants.AutoValue; 661if (String.Compare(crossingValue, Constants.AutoValue, StringComparison.OrdinalIgnoreCase) == 0)
Common\Converters\ElementPositionConverter.cs (1)
113if (String.Compare(posValue, Constants.AutoValue, StringComparison.OrdinalIgnoreCase) == 0)
Common\Converters\LegendConverters.cs (4)
273return Constants.AutoValue; 290if (String.Compare(stringValue, Constants.AutoValue, StringComparison.OrdinalIgnoreCase) == 0) 473return Constants.AutoValue; 490if (String.Compare(stringValue, Constants.AutoValue, StringComparison.OrdinalIgnoreCase) == 0)
Common\Utilities\ElementPosition.cs (1)
286string posString = Constants.AutoValue;