159 references to MaxValue
PresentationCore (18)
Core\CSharp\MS\Internal\Ink\StrokeFIndices.cs (1)
43internal static double AfterLast { get { return double.MaxValue; } }
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (2)
1043double closestDistance = Double.MaxValue; 1113if (closestDistance != Double.MaxValue)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (2)
338if (tau < Double.MaxValue && tau > -Double.MaxValue)
Core\CSharp\System\Windows\Media\Animation\ClockController.cs (1)
293if (value < 0 || value > double.MaxValue || double.IsNaN(value))
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (1)
612if (newValue <= 0 || newValue > double.MaxValue || double.IsNaN(newValue))
Core\CSharp\System\Windows\Media\CompositionTarget.cs (2)
611Double.MaxValue, 612Double.MaxValue);
Core\CSharp\System\Windows\Media\FormattedText.cs (3)
1787accBlackBoxLeft = accBlackBoxTop = double.MaxValue; 1796double lineStartOfLongestLine = Double.MaxValue; 2041private double _maxTextHeight = double.MaxValue;
Core\CSharp\System\Windows\Media\TextFormatting\TextCharacters.cs (1)
248double.MaxValue, // widthMax
Core\CSharp\System\Windows\Media\Typeface.cs (1)
414bool ignoreWidths = widthMax == double.MaxValue;
Core\CSharp\System\Windows\Media3D\Quaternion.cs (3)
169if (!(msin <= Double.MaxValue)) 262if (norm2 > Double.MaxValue) 442if (!(norm2 <= Double.MaxValue))
Core\CSharp\System\Windows\UIElement.cs (1)
1107DoubleUtil.AreClose(newValue, Double.MaxValue))
PresentationFramework (21)
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (2)
318Point endPoint = new Point(Double.MaxValue, Double.MaxValue);
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
2282double minAspectDiff = Double.MaxValue; //The current optimal aspect ratio match
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (1)
1118double proximity = double.MaxValue;
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
2103double closestDistance = Double.MaxValue;
src\Framework\System\Windows\Controls\Grid.cs (2)
1842double power = Math.Floor(Math.Log(Double.MaxValue / maxStar / starCount, 2.0)); 2424double power = Math.Floor(Math.Log(Double.MaxValue / maxStar / starCount, 2.0));
src\Framework\System\windows\Documents\CaretElement.cs (2)
174double.IsInfinity(availableSize.Width) ? double.MaxValue/2 : availableSize.Width, 175double.IsInfinity(availableSize.Height) ? double.MaxValue/2 : availableSize.Height);
src\Framework\System\Windows\Documents\FixedPageStructure.cs (3)
162double minVerDistance = double.MaxValue; 163double minHorDistance = double.MaxValue; 164double minManhattan = double.MaxValue;
src\Framework\System\Windows\Documents\FixedSOMTable.cs (4)
213double nextCol = double.MaxValue; 238if (nextCol != double.MaxValue) 260if (nextCol == double.MaxValue) 270if (nextCol == double.MaxValue)
src\Framework\System\Windows\Documents\FixedTextView.cs (4)
84if (point.Y == Double.MaxValue && point.X == Double.MaxValue) 841double closestDistance = Double.MaxValue; 925double closestDistance = Double.MaxValue;
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
2349new DoublePropertyRange(null, 0, double.MaxValue),
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (1)
298if (slope != 0 && slope != double.MaxValue)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\DesignerGeometryHelper.cs (1)
46return double.MaxValue;
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (4)
351width = (width < this.Width) ? (this.Width < Double.MaxValue ? this.Width : width) : width; 354height = (height < this.Height) ? (this.Height < Double.MaxValue ? this.Height : height) : height; 393width = (width < this.Width) ? (this.Width < Double.MaxValue ? this.Width : width) : width; 394height = (height < this.Height) ? (this.Height < Double.MaxValue ? this.Height : height) : height;
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (2)
162var designers = this.tree.GetNodesInside(new Rect(0, 0, double.MaxValue, double.MaxValue));
System.Data (10)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (1)
298if (slope != 0 && slope != double.MaxValue)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\DesignerGeometryHelper.cs (1)
46return double.MaxValue;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (4)
351width = (width < this.Width) ? (this.Width < Double.MaxValue ? this.Width : width) : width; 354height = (height < this.Height) ? (this.Height < Double.MaxValue ? this.Height : height) : height; 393width = (width < this.Width) ? (this.Width < Double.MaxValue ? this.Width : width) : width; 394height = (height < this.Height) ? (this.Height < Double.MaxValue ? this.Height : height) : height;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (2)
162var designers = this.tree.GetNodesInside(new Rect(0, 0, double.MaxValue, double.MaxValue));
fx\src\data\System\Data\Common\DoubleStorage.cs (1)
97Double min = Double.MaxValue;
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (1)
535public static readonly SqlDouble MaxValue = new SqlDouble(Double.MaxValue);
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)
37this.upperBound = double.MaxValue;
System.Web.DataVisualization (48)
Common\ChartTypes\BoxPlotChart.cs (1)
627 double high = double.MaxValue;
Common\ChartTypes\BubbleChart.cs (9)
74 private double _minAll = double.MaxValue; 215 _minAll = double.MaxValue; 268 if(_minAll == double.MaxValue || _maxAll == double.MinValue) 270 double minSer = double.MaxValue; 292 if(_minAll == double.MaxValue) 348 double minAll = double.MaxValue; 394double minimum = double.MaxValue; 396 double minSer = double.MaxValue; 425 if(minAll == double.MaxValue)
Common\ChartTypes\KagiChart.cs (1)
169 double minX = double.MaxValue;
Common\ChartTypes\PointAndFigureChart.cs (2)
193 double minX = double.MaxValue; 328 minPrice = double.MaxValue;
Common\ChartTypes\RenkoChart.cs (2)
174 double minX = double.MaxValue; 338 double lowest = double.MaxValue;
Common\ChartTypes\ThreeLineBreakChart.cs (2)
175 double minX = double.MaxValue; 430 double lineBreakLow = double.MaxValue;
Common\Converters\AxisConverters.cs (3)
264 values.Add(Double.MaxValue); 290 else if(doubleValue == Double.MaxValue) 323 return Double.MaxValue;
Common\DataManager\DataManager.cs (13)
414 double returnValue = Double.MaxValue; 498 min = Double.MaxValue; 519 min = Double.MaxValue; 549 min = Double.MaxValue; 582 min = Double.MaxValue; 734 double returnValue = Double.MaxValue; 762 double returnValue = Double.MaxValue; 796 double returnValue = Double.MaxValue; 826 double returnValue = Double.MaxValue; 845 double returnValue = Double.MaxValue; 894 double returnValue = Double.MaxValue; 895 double minValue = Double.MaxValue; 901 minValue = Double.MaxValue;
Common\DataManager\DataPoint.cs (1)
1711double minValue = double.MaxValue;
Common\DataManager\DataSeries.cs (1)
1289keywordValue = double.MaxValue;
Common\Formulas\Oscillator.cs (2)
502 double minLow = double.MaxValue; 597 double minLow = double.MaxValue;
Common\Formulas\TimeSeriesAndForecasting.cs (1)
407 double minimumX = double.MaxValue;
Common\General\AxisScale.cs (1)
1693 else if( crossing == Double.MaxValue )
Common\General\ChartAreaAxes.cs (6)
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 )) ) 1124 double stackMinBarColumn = double.MaxValue; 1126 double stackMinArea = double.MaxValue; 1743 double oldInterval = Double.MaxValue; 1934 if( oldInterval == Double.MaxValue)
Common\General\DataManipulator.cs (2)
2781 pointTempValues[functionInfo.outputIndex] = double.MaxValue; 2807 pointTempValues[functionInfo.outputIndex + 1] = double.MaxValue;
Common\Utilities\CustomAttributesRegistry.cs (1)
847 attrInfo.MaxValue = double.MaxValue;
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
2324double minHypotenuse = Double.MaxValue; 2325double minTan = Double.MaxValue; 2326double hypotenuseOfTanWinner = Double.MaxValue; 2327double tanOfHypotenuseWinner = Double.MaxValue;
System.Windows.Forms.DataVisualization (48)
Common\ChartTypes\BoxPlotChart.cs (1)
627 double high = double.MaxValue;
Common\ChartTypes\BubbleChart.cs (9)
74 private double _minAll = double.MaxValue; 215 _minAll = double.MaxValue; 268 if(_minAll == double.MaxValue || _maxAll == double.MinValue) 270 double minSer = double.MaxValue; 292 if(_minAll == double.MaxValue) 348 double minAll = double.MaxValue; 394double minimum = double.MaxValue; 396 double minSer = double.MaxValue; 425 if(minAll == double.MaxValue)
Common\ChartTypes\KagiChart.cs (1)
169 double minX = double.MaxValue;
Common\ChartTypes\PointAndFigureChart.cs (2)
193 double minX = double.MaxValue; 328 minPrice = double.MaxValue;
Common\ChartTypes\RenkoChart.cs (2)
174 double minX = double.MaxValue; 338 double lowest = double.MaxValue;
Common\ChartTypes\ThreeLineBreakChart.cs (2)
175 double minX = double.MaxValue; 430 double lineBreakLow = double.MaxValue;
Common\Converters\AxisConverters.cs (3)
264 values.Add(Double.MaxValue); 290 else if(doubleValue == Double.MaxValue) 323 return Double.MaxValue;
Common\DataManager\DataManager.cs (13)
414 double returnValue = Double.MaxValue; 498 min = Double.MaxValue; 519 min = Double.MaxValue; 549 min = Double.MaxValue; 582 min = Double.MaxValue; 734 double returnValue = Double.MaxValue; 762 double returnValue = Double.MaxValue; 796 double returnValue = Double.MaxValue; 826 double returnValue = Double.MaxValue; 845 double returnValue = Double.MaxValue; 894 double returnValue = Double.MaxValue; 895 double minValue = Double.MaxValue; 901 minValue = Double.MaxValue;
Common\DataManager\DataPoint.cs (1)
1711double minValue = double.MaxValue;
Common\DataManager\DataSeries.cs (1)
1289keywordValue = double.MaxValue;
Common\Formulas\Oscillator.cs (2)
502 double minLow = double.MaxValue; 597 double minLow = double.MaxValue;
Common\Formulas\TimeSeriesAndForecasting.cs (1)
407 double minimumX = double.MaxValue;
Common\General\AxisScale.cs (1)
1693 else if( crossing == Double.MaxValue )
Common\General\ChartAreaAxes.cs (6)
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 )) ) 1124 double stackMinBarColumn = double.MaxValue; 1126 double stackMinArea = double.MaxValue; 1743 double oldInterval = Double.MaxValue; 1934 if( oldInterval == Double.MaxValue)
Common\General\DataManipulator.cs (2)
2781 pointTempValues[functionInfo.outputIndex] = double.MaxValue; 2807 pointTempValues[functionInfo.outputIndex + 1] = double.MaxValue;
Common\Utilities\CustomAttributesRegistry.cs (1)
847 attrInfo.MaxValue = double.MaxValue;