111 references to MinValue
mscorlib (1)
system\internal.cs (1)
132new KeyValuePair<UInt16, Double>(UInt16.MinValue, Double.MinValue);
PresentationCore (11)
Core\CSharp\MS\Internal\Ink\StrokeFIndices.cs (1)
37internal static double BeforeFirst { get { return double.MinValue; } }
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (5)
261double prevAngle = double.MinValue; 440prevAngle = double.MinValue; //invalidate 522if (prevAngle == double.MinValue) 1137internal static readonly Point ArcToMarker = new Point(Double.MinValue, Double.MinValue);
Core\CSharp\System\Windows\Media\CompositionTarget.cs (2)
609Double.MinValue / 2.0, 610Double.MinValue / 2.0,
Core\CSharp\System\Windows\Media\FormattedText.cs (3)
330_minWidth = double.MinValue; 1578if (_minWidth != double.MinValue) 1788accBlackBoxRight = accBlackBoxBottom = double.MinValue;
PresentationFramework (1)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
3590private const double BASELINE_DEFAULT = Double.MinValue;
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\MaxValueConverter.cs (2)
18double maxValue = double.MinValue; 27if (maxValue == double.MinValue)
System.Data (2)
fx\src\data\System\Data\Common\DoubleStorage.cs (1)
111Double max = Double.MinValue;
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (1)
531public static readonly SqlDouble MinValue = new SqlDouble(Double.MinValue);
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (1)
737ValidateFloatingPointDefaultValue(scalar, double.MinValue, double.MaxValue);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
36this.lowerBound = double.MinValue;
System.Web.DataVisualization (46)
Common\ChartTypes\BubbleChart.cs (9)
75 private double _maxAll = double.MinValue; 216 _maxAll = double.MinValue; 268 if(_minAll == double.MaxValue || _maxAll == double.MinValue) 271 double maxSer = double.MinValue; 296 if(_maxAll == double.MinValue) 349 double maxAll = double.MinValue; 395double maximum = double.MinValue; 397 double maxSer = double.MinValue; 429 if(maxAll == double.MinValue)
Common\ChartTypes\KagiChart.cs (1)
170 double maxX = double.MinValue;
Common\ChartTypes\PointAndFigureChart.cs (2)
194 double maxX = double.MinValue; 327 maxPrice = double.MinValue;
Common\ChartTypes\RenkoChart.cs (2)
175 double maxX = double.MinValue; 337 double highest = double.MinValue;
Common\ChartTypes\ThreeLineBreakChart.cs (2)
176 double maxX = double.MinValue; 412 double lineBreakHigh = double.MinValue;
Common\Converters\AxisConverters.cs (3)
263 values.Add(Double.MinValue); 286 else if(doubleValue == Double.MinValue) 319 return Double.MinValue;
Common\DataManager\DataManager.cs (11)
316 double returnValue = Double.MinValue; 344 double returnValue = Double.MinValue; 379 double returnValue = Double.MinValue; 448 double returnValue = Double.MinValue; 478 double returnValue = Double.MinValue; 497 max = Double.MinValue; 518 max = Double.MinValue; 548 max = Double.MinValue; 581 max = Double.MinValue; 660 double maxValue = Double.MinValue; 682maxValue = Double.MinValue;
Common\DataManager\DataPoint.cs (1)
1655double maxValue = double.MinValue;
Common\DataManager\DataSeries.cs (1)
1277keywordValue = double.MinValue;
Common\Formulas\Oscillator.cs (2)
503 double maxHi = double.MinValue; 598 double maxHi = double.MinValue;
Common\General\AxisScale.cs (2)
1697 else if( crossing == Double.MinValue ) 2089 if (crossingValue <= 0.0 && crossingValue != Double.MinValue )
Common\General\AxisScaleBreaks.cs (1)
711 double maxSize = double.MinValue;
Common\General\ChartAreaAxes.cs (7)
684 ( (axis.AutoMaximum || double.IsNaN( axis.Maximum )) && (autoMaximum == Double.MaxValue || autoMaximum == Double.MinValue)) || 685 ( (axis.AutoMinimum || double.IsNaN( axis.Minimum )) && (autoMinimum == Double.MaxValue || autoMinimum == Double.MinValue )) ) 1123 double stackMaxBarColumn = double.MinValue; 1125 double stackMaxArea = double.MinValue; 1742 double previousInterval = double.MinValue; 1794 double prevXValue = double.MinValue; 1874 if( previousInterval != interval && previousInterval != double.MinValue )
Common\General\DataManipulator.cs (2)
2786 pointTempValues[functionInfo.outputIndex] = double.MinValue; 2805 pointTempValues[functionInfo.outputIndex] = double.MinValue;
System.Windows.Forms.DataVisualization (46)
Common\ChartTypes\BubbleChart.cs (9)
75 private double _maxAll = double.MinValue; 216 _maxAll = double.MinValue; 268 if(_minAll == double.MaxValue || _maxAll == double.MinValue) 271 double maxSer = double.MinValue; 296 if(_maxAll == double.MinValue) 349 double maxAll = double.MinValue; 395double maximum = double.MinValue; 397 double maxSer = double.MinValue; 429 if(maxAll == double.MinValue)
Common\ChartTypes\KagiChart.cs (1)
170 double maxX = double.MinValue;
Common\ChartTypes\PointAndFigureChart.cs (2)
194 double maxX = double.MinValue; 327 maxPrice = double.MinValue;
Common\ChartTypes\RenkoChart.cs (2)
175 double maxX = double.MinValue; 337 double highest = double.MinValue;
Common\ChartTypes\ThreeLineBreakChart.cs (2)
176 double maxX = double.MinValue; 412 double lineBreakHigh = double.MinValue;
Common\Converters\AxisConverters.cs (3)
263 values.Add(Double.MinValue); 286 else if(doubleValue == Double.MinValue) 319 return Double.MinValue;
Common\DataManager\DataManager.cs (11)
316 double returnValue = Double.MinValue; 344 double returnValue = Double.MinValue; 379 double returnValue = Double.MinValue; 448 double returnValue = Double.MinValue; 478 double returnValue = Double.MinValue; 497 max = Double.MinValue; 518 max = Double.MinValue; 548 max = Double.MinValue; 581 max = Double.MinValue; 660 double maxValue = Double.MinValue; 682maxValue = Double.MinValue;
Common\DataManager\DataPoint.cs (1)
1655double maxValue = double.MinValue;
Common\DataManager\DataSeries.cs (1)
1277keywordValue = double.MinValue;
Common\Formulas\Oscillator.cs (2)
503 double maxHi = double.MinValue; 598 double maxHi = double.MinValue;
Common\General\AxisScale.cs (2)
1697 else if( crossing == Double.MinValue ) 2089 if (crossingValue <= 0.0 && crossingValue != Double.MinValue )
Common\General\AxisScaleBreaks.cs (1)
711 double maxSize = double.MinValue;
Common\General\ChartAreaAxes.cs (7)
684 ( (axis.AutoMaximum || double.IsNaN( axis.Maximum )) && (autoMaximum == Double.MaxValue || autoMaximum == Double.MinValue)) || 685 ( (axis.AutoMinimum || double.IsNaN( axis.Minimum )) && (autoMinimum == Double.MaxValue || autoMinimum == Double.MinValue )) ) 1123 double stackMaxBarColumn = double.MinValue; 1125 double stackMaxArea = double.MinValue; 1742 double previousInterval = double.MinValue; 1794 double prevXValue = double.MinValue; 1874 if( previousInterval != interval && previousInterval != double.MinValue )
Common\General\DataManipulator.cs (2)
2786 pointTempValues[functionInfo.outputIndex] = double.MinValue; 2805 pointTempValues[functionInfo.outputIndex] = double.MinValue;