159 references to MaxValue
PresentationCore (18)
Core\CSharp\MS\Internal\Ink\StrokeFIndices.cs (1)
43
internal static double AfterLast { get { return double.
MaxValue
; } }
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (2)
1043
double closestDistance = Double.
MaxValue
;
1113
if (closestDistance != Double.
MaxValue
)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (2)
338
if (tau < Double.
MaxValue
&& tau > -Double.
MaxValue
)
Core\CSharp\System\Windows\Media\Animation\ClockController.cs (1)
293
if (value < 0 || value > double.
MaxValue
|| double.IsNaN(value))
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (1)
612
if (newValue <= 0 || newValue > double.
MaxValue
|| double.IsNaN(newValue))
Core\CSharp\System\Windows\Media\CompositionTarget.cs (2)
611
Double.
MaxValue
,
612
Double.
MaxValue
);
Core\CSharp\System\Windows\Media\FormattedText.cs (3)
1787
accBlackBoxLeft = accBlackBoxTop = double.
MaxValue
;
1796
double lineStartOfLongestLine = Double.
MaxValue
;
2041
private double _maxTextHeight = double.
MaxValue
;
Core\CSharp\System\Windows\Media\TextFormatting\TextCharacters.cs (1)
248
double.
MaxValue
, // widthMax
Core\CSharp\System\Windows\Media\Typeface.cs (1)
414
bool ignoreWidths = widthMax == double.
MaxValue
;
Core\CSharp\System\Windows\Media3D\Quaternion.cs (3)
169
if (!(msin <= Double.
MaxValue
))
262
if (norm2 > Double.
MaxValue
)
442
if (!(norm2 <= Double.
MaxValue
))
Core\CSharp\System\Windows\UIElement.cs (1)
1107
DoubleUtil.AreClose(newValue, Double.
MaxValue
))
PresentationFramework (21)
src\Framework\MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (2)
318
Point endPoint = new Point(Double.
MaxValue
, Double.
MaxValue
);
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
2282
double minAspectDiff = Double.
MaxValue
; //The current optimal aspect ratio match
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (1)
1118
double proximity = double.
MaxValue
;
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
2103
double closestDistance = Double.
MaxValue
;
src\Framework\System\Windows\Controls\Grid.cs (2)
1842
double power = Math.Floor(Math.Log(Double.
MaxValue
/ maxStar / starCount, 2.0));
2424
double power = Math.Floor(Math.Log(Double.
MaxValue
/ maxStar / starCount, 2.0));
src\Framework\System\windows\Documents\CaretElement.cs (2)
174
double.IsInfinity(availableSize.Width) ? double.
MaxValue
/2 : availableSize.Width,
175
double.IsInfinity(availableSize.Height) ? double.
MaxValue
/2 : availableSize.Height);
src\Framework\System\Windows\Documents\FixedPageStructure.cs (3)
162
double minVerDistance = double.
MaxValue
;
163
double minHorDistance = double.
MaxValue
;
164
double minManhattan = double.
MaxValue
;
src\Framework\System\Windows\Documents\FixedSOMTable.cs (4)
213
double nextCol = double.
MaxValue
;
238
if (nextCol != double.
MaxValue
)
260
if (nextCol == double.
MaxValue
)
270
if (nextCol == double.
MaxValue
)
src\Framework\System\Windows\Documents\FixedTextView.cs (4)
84
if (point.Y == Double.
MaxValue
&& point.X == Double.
MaxValue
)
841
double closestDistance = Double.
MaxValue
;
925
double closestDistance = Double.
MaxValue
;
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
2349
new DoublePropertyRange(null, 0, double.
MaxValue
),
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (1)
298
if (slope != 0 && slope != double.
MaxValue
)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\DesignerGeometryHelper.cs (1)
46
return double.
MaxValue
;
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (4)
351
width = (width < this.Width) ? (this.Width < Double.
MaxValue
? this.Width : width) : width;
354
height = (height < this.Height) ? (this.Height < Double.
MaxValue
? this.Height : height) : height;
393
width = (width < this.Width) ? (this.Width < Double.
MaxValue
? this.Width : width) : width;
394
height = (height < this.Height) ? (this.Height < Double.
MaxValue
? this.Height : height) : height;
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (2)
162
var 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)
298
if (slope != 0 && slope != double.
MaxValue
)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\DesignerGeometryHelper.cs (1)
46
return double.
MaxValue
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (4)
351
width = (width < this.Width) ? (this.Width < Double.
MaxValue
? this.Width : width) : width;
354
height = (height < this.Height) ? (this.Height < Double.
MaxValue
? this.Height : height) : height;
393
width = (width < this.Width) ? (this.Width < Double.
MaxValue
? this.Width : width) : width;
394
height = (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)
162
var designers = this.tree.GetNodesInside(new Rect(0, 0, double.
MaxValue
, double.
MaxValue
));
fx\src\data\System\Data\Common\DoubleStorage.cs (1)
97
Double min = Double.
MaxValue
;
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (1)
535
public static readonly SqlDouble MaxValue = new SqlDouble(Double.
MaxValue
);
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (1)
737
ValidateFloatingPointDefaultValue(scalar, double.MinValue, double.
MaxValue
);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
37
this.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
;
394
double 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)
1711
double minValue = double.
MaxValue
;
Common\DataManager\DataSeries.cs (1)
1289
keywordValue = 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)
2324
double minHypotenuse = Double.
MaxValue
;
2325
double minTan = Double.
MaxValue
;
2326
double hypotenuseOfTanWinner = Double.
MaxValue
;
2327
double 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
;
394
double 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)
1711
double minValue = double.
MaxValue
;
Common\DataManager\DataSeries.cs (1)
1289
keywordValue = 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
;