513 references to NaN
mscorlib (5)
system\double.cs (1)
287result = NaN;
system\math.cs (3)
216return Double.NaN; 515return Double.NaN; 517return Double.NaN;
system\number.cs (1)
685return Double.NaN;
PresentationCore (44)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (2)
843return new Point(Double.NaN, Double.NaN);
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (2)
294return new Point(double.NaN, double.NaN);
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (2)
401Point pt = new Point(double.NaN, double.NaN);
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (2)
516Point pt = new Point(double.NaN, double.NaN);
Core\CSharp\System\Windows\Input\InertiaExpansionBehavior.cs (8)
63_desiredExpansion = new Vector(double.NaN, double.NaN); 78_desiredDeceleration = double.NaN; 131private Vector _initialVelocity = new Vector(double.NaN, double.NaN); 133private double _desiredDeceleration = double.NaN; 135private Vector _desiredExpansion = new Vector(double.NaN, double.NaN);
Core\CSharp\System\Windows\Input\InertiaRotationBehavior.cs (5)
63_desiredRotation = double.NaN; 83_desiredDeceleration = double.NaN; 120private double _initialVelocity = double.NaN; 122private double _desiredDeceleration = double.NaN; 124private double _desiredRotation = double.NaN;
Core\CSharp\System\Windows\Input\InertiaTranslationBehavior.cs (6)
63_desiredDisplacement = double.NaN; 83_desiredDeceleration = double.NaN; 121private Vector _initialVelocity = new Vector(double.NaN, double.NaN); 123private double _desiredDeceleration = double.NaN; 125private double _desiredDisplacement = double.NaN;
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1851metrics.Extent = double.NaN;
Core\CSharp\System\Windows\Media3D\Camera.cs (16)
103double.NaN, double.NaN, double.NaN, double.NaN, 104double.NaN, double.NaN, double.NaN, double.NaN, 105double.NaN, double.NaN, double.NaN, double.NaN, 106double.NaN, double.NaN, double.NaN, double.NaN);
PresentationFramework (97)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (4)
548point = new Point(double.NaN, double.NaN); 727public static readonly Point NotAPoint = new Point(double.NaN, double.NaN);
src\Framework\MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (2)
122return new Point(double.NaN,double.NaN);
src\Framework\MS\Internal\PtsHost\FigureHelper.cs (1)
219value = Double.NaN;
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
909return Double.NaN;
src\Framework\MS\Internal\PtsHost\Line.cs (1)
1292private double _trackWidth = Double.NaN;
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (2)
144return new Point(double.NaN, double.NaN);
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (2)
246return new Point(double.NaN, double.NaN);
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
592return new Point(double.NaN, double.NaN);
src\Framework\System\Windows\Automation\Peers\ProgressBarAutomationPeer.cs (2)
69return double.NaN; 78return double.NaN;
src\Framework\System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (2)
43return new Point(double.NaN, double.NaN);
src\Framework\System\Windows\Automation\Peers\SliderAutomationPeer.cs (2)
36return new Point(double.NaN, double.NaN);
src\Framework\System\Windows\Automation\Peers\TabControlAutomationPeer.cs (2)
48return new Point(double.NaN, double.NaN);
src\Framework\System\Windows\Controls\Canvas.cs (4)
220new FrameworkPropertyMetadata(Double.NaN, new PropertyChangedCallback(OnPositioningChanged)), 231new FrameworkPropertyMetadata(Double.NaN, new PropertyChangedCallback(OnPositioningChanged)), 243new FrameworkPropertyMetadata(Double.NaN, new PropertyChangedCallback(OnPositioningChanged)), 254new FrameworkPropertyMetadata(Double.NaN, new PropertyChangedCallback(OnPositioningChanged)),
src\Framework\System\Windows\Controls\DataGrid.cs (3)
1106DependencyProperty.Register("RowHeight", typeof(double), typeof(DataGrid), new FrameworkPropertyMetadata(double.NaN, new PropertyChangedCallback(OnNotifyCellsPresenterPropertyChanged))); 1206DependencyProperty.Register("RowHeaderWidth", typeof(double), typeof(DataGrid), new FrameworkPropertyMetadata(double.NaN, new PropertyChangedCallback(OnNotifyRowHeaderWidthPropertyChanged))); 1241DependencyProperty.Register("ColumnHeaderHeight", typeof(double), typeof(DataGrid), new FrameworkPropertyMetadata(double.NaN, OnNotifyColumnHeaderPropertyChanged));
src\Framework\System\Windows\Controls\DataGridLength.cs (2)
57: this(value, type, (type == DataGridLengthUnitType.Pixel ? value : Double.NaN), (type == DataGridLengthUnitType.Pixel ? value : Double.NaN))
src\Framework\System\Windows\Controls\GridViewColumn.cs (1)
384Double.NaN /* default value */,
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
721Column.Width = Double.NaN;
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1128paddingHeader.Width = Double.NaN;
src\Framework\System\Windows\Controls\InkCanvas.cs (6)
132trigger.Value = double.NaN; 142trigger.Value = double.NaN; 437new FrameworkPropertyMetadata(Double.NaN, new PropertyChangedCallback(OnPositioningChanged)), 471new FrameworkPropertyMetadata(Double.NaN, new PropertyChangedCallback(OnPositioningChanged)), 505new FrameworkPropertyMetadata(Double.NaN, new PropertyChangedCallback(OnPositioningChanged)), 539new FrameworkPropertyMetadata(Double.NaN, new PropertyChangedCallback(OnPositioningChanged)),
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
201DesiredWidthList.Add(Double.NaN);
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (3)
379double min = double.NaN; 380double max = double.NaN; 381double val = double.NaN;
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
35new FrameworkPropertyMetadata(Double.NaN, FrameworkPropertyMetadataOptions.AffectsMeasure),
src\Framework\System\Windows\Controls\Primitives\Track.cs (5)
317new FrameworkPropertyMetadata(double.NaN, FrameworkPropertyMetadataOptions.AffectsArrange), 669ThumbCenterOffset = Double.NaN; 670Density = Double.NaN; 864private double _density = Double.NaN; 865private double _thumbCenterOffset = Double.NaN;
src\Framework\System\Windows\Controls\TextBlock.cs (1)
551double.NaN,
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (2)
807nextLineStart = textView.GetPositionAtNextLine(lineRange.End, Double.NaN, 1, out newSuggestedX, out linesMoved); 834previousLineEnd = textView.GetPositionAtNextLine(lineRange.Start, Double.NaN, -1, out newSuggestedX, out linesMoved);
src\Framework\System\Windows\Controls\WrapPanel.cs (2)
93Double.NaN, 122Double.NaN,
src\Framework\System\Windows\Documents\AdornerLayer.cs (2)
552adornerInfo.RenderSize = new Size(Double.NaN, Double.NaN);
src\Framework\System\Windows\Documents\AnchoredBlock.cs (2)
104new Thickness(Double.NaN), 123new Thickness(Double.NaN),
src\Framework\System\Windows\Documents\Block.cs (1)
289double.NaN,
src\Framework\System\Windows\Documents\ColumnResizeAdorner.cs (3)
51_x = Double.NaN; 52_top = Double.NaN; 53_height = Double.NaN;
src\Framework\System\Windows\Documents\FixedPage.cs (4)
464new FrameworkPropertyMetadata(Double.NaN, FrameworkPropertyMetadataOptions.AffectsParentArrange)); 481new FrameworkPropertyMetadata(Double.NaN, FrameworkPropertyMetadataOptions.AffectsParentArrange)); 498new FrameworkPropertyMetadata(Double.NaN, FrameworkPropertyMetadataOptions.AffectsParentArrange)); 516new FrameworkPropertyMetadata(Double.NaN, FrameworkPropertyMetadataOptions.AffectsParentArrange));
src\Framework\System\Windows\Documents\Floater.cs (1)
106Double.NaN,
src\Framework\System\Windows\Documents\FlowDocument.cs (5)
410double.NaN, 435double.NaN, 550double.NaN, 627double.NaN, 704new Thickness(Double.NaN),
src\Framework\System\Windows\Documents\Glyphs.cs (2)
867new FrameworkPropertyMetadata(Double.NaN, FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, new PropertyChangedCallback(OriginPropertyChanged))); 890new FrameworkPropertyMetadata(Double.NaN, FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender, new PropertyChangedCallback(OriginPropertyChanged)));
src\Framework\System\Windows\Documents\List.cs (1)
124Double.NaN,
src\Framework\System\Windows\Documents\Table.cs (1)
55MarginProperty.OverrideMetadata(typeof(Table), new FrameworkPropertyMetadata(new Thickness(Double.NaN)));
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
447_caretDragDrop.Update(/*visible:*/true, caretRectangle, caretBrush, 0.5, italic, CaretScrollMethod.None, /*wordWrappingPosition*/ double.NaN);
src\Framework\System\windows\Documents\TextEditorSelection.cs (3)
118This._suggestedX = Double.NaN; 2253return Double.NaN; // This value is not supposed to be used by a caller. 2293double suggestedY = Double.NaN;
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
817position = textView.GetPositionAtNextLine(thisPointer, Double.NaN, count, out newSuggestedX, out count);
src\Framework\System\windows\Documents\TextSelection.cs (1)
2372double scrollToOriginPosition = double.NaN;
src\Framework\System\Windows\FrameworkElement.cs (2)
3492Double.NaN, 3571Double.NaN,
src\Framework\System\Windows\LengthConverter.cs (1)
203if (goodString == "auto") return Double.NaN;
src\Framework\System\Windows\Window.cs (8)
993Double.NaN, 1044Double.NaN, 7481_prePanningLocation = new Point(double.NaN, double.NaN); 7659private double _actualTop = Double.NaN; 7666private double _actualLeft = Double.NaN; 7717Point _prePanningLocation = new Point(double.NaN, double.NaN);
src\Shared\MS\Internal\SafeSecurityHelper.cs (2)
138return new Point(double.NaN, double.NaN);
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowSwitchCaseEditorDialog.cs (1)
56Width = Double.NaN,
System\Activities\Core\Presentation\MaxValueConverter.cs (1)
29maxValue = double.NaN;
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (2)
26public static readonly DependencyProperty RequiredWidthProperty = DependencyProperty.Register("RequiredWidth", typeof(Double), typeof(FreeFormPanel), new FrameworkPropertyMetadata(double.NaN)); 27public static readonly DependencyProperty RequiredHeightProperty = DependencyProperty.Register("RequiredHeight", typeof(Double), typeof(FreeFormPanel), new FrameworkPropertyMetadata(double.NaN));
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
97double blockHeight = double.NaN; 98double blockWidth = double.NaN; 2056double convertedValue = Double.NaN;
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (2)
26public static readonly DependencyProperty RequiredWidthProperty = DependencyProperty.Register("RequiredWidth", typeof(Double), typeof(FreeFormPanel), new FrameworkPropertyMetadata(double.NaN)); 27public static readonly DependencyProperty RequiredHeightProperty = DependencyProperty.Register("RequiredHeight", typeof(Double), typeof(FreeFormPanel), new FrameworkPropertyMetadata(double.NaN));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
97double blockHeight = double.NaN; 98double blockWidth = double.NaN; 2056double convertedValue = Double.NaN;
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
1087/// <exception cref="NotSupportedException">If a value of positive or negative infinity, or <see cref="double.NaN"/> is specified</exception>
System.Data.SqlXml (9)
System\Xml\Xsl\Runtime\XsltConvert.cs (1)
130return Double.NaN;
System\Xml\Xsl\Runtime\XsltFunctions.cs (2)
267return Double.NaN; 290d = double.NaN;
System\Xml\Xsl\XPathConvert.cs (2)
2688return Double.NaN; 2740return Double.NaN;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1265Template newtemplate = AstFactory.Template(templatename, null, XsltLoader.nullMode, double.NaN, node.XslVersion);
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
280curTemplate = f.Template(/*name:*/null, /*match:*/"/", /*mode:*/nullMode, /*priority:*/double.NaN, input.XslVersion); 946double priority = double.NaN;
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
21private double priority = double.NaN;
System.Numerics (3)
System\Numerics\BigInteger.cs (3)
902return Double.NaN; 904return value.IsOne ? 0.0D : Double.NaN; 906return Double.NaN;
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryModel.cs (1)
583return double.NaN;
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
386this.number = double.NaN;
System\ServiceModel\Dispatcher\XPathMessageContext.cs (3)
1590return double.NaN; 1705return double.NaN; 1709return double.NaN;
System.Web.DataVisualization (157)
Common\Annotation\AnnotationBase.cs (22)
178 private double _x = double.NaN; 179 private double _y = double.NaN; 180 private double _width = double.NaN; 181 private double _height = double.NaN; 210 private double _anchorX = double.NaN; 211 private double _anchorY = double.NaN; 519 DefaultValue(double.NaN), 563 DefaultValue(double.NaN), 612 DefaultValue(double.NaN), 664 DefaultValue(double.NaN), 703 DefaultValue(double.NaN), 741 DefaultValue(double.NaN), 1558 DefaultValue(double.NaN), 1607 DefaultValue(double.NaN), 2170 double anchorX = double.NaN; 2171 double anchorY = double.NaN; 3477 double anchorX = double.NaN; 3478 double anchorY = double.NaN; 3592 this.X = double.NaN; 3593 this.Y = double.NaN; 3596 this.AnchorX = double.NaN; 3597 this.AnchorY = double.NaN;
Common\ChartTypes\BarChart.cs (2)
1247 previousPoint = Double.NaN; 1259 nextPoint = Double.NaN;
Common\ChartTypes\BoxPlotChart.cs (1)
1641 yValues.Add((point.IsEmpty) ? double.NaN : point.GetValueByName(valueName));
Common\ChartTypes\ErrorBarChart.cs (1)
1619 double param = double.NaN;
Common\ChartTypes\FastLineChart.cs (4)
327 double yValueRangeMin = double.NaN; 328 double yValueRangeMax = double.NaN; 554 yValueRangeMin = double.NaN; 555 yValueRangeMax = double.NaN;
Common\ChartTypes\KagiChart.cs (1)
363 double prevClose = double.NaN;
Common\ChartTypes\LineChart.cs (1)
1247 double prevValue = double.NaN;
Common\ChartTypes\PointAndFigureChart.cs (2)
556 double prevHigh = double.NaN; 557 double prevLow = double.NaN;
Common\ChartTypes\PointChart.cs (2)
1581 previousPoint = Double.NaN; 1593 nextPoint = Double.NaN;
Common\ChartTypes\RadarChart.cs (2)
1477 previousPoint = Double.NaN; 1489 nextPoint = Double.NaN;
Common\ChartTypes\RenkoChart.cs (2)
423 double prevLow = double.NaN; 424 double prevHigh = double.NaN;
Common\ChartTypes\StackedAreaChart.cs (11)
210 double yValue = double.NaN; 241 prevPosY = double.NaN; 242 prevNegY = double.NaN; 243 prevPositionX = double.NaN; 327 protected double prevPosY = double.NaN; 332 protected double prevNegY = double.NaN; 337 protected double prevPositionX = double.NaN; 1579 double yValue = double.NaN; 1618 prevPosY = double.NaN; 1619 prevNegY = double.NaN; 1620 prevPositionX = double.NaN;
Common\ChartTypes\StackedBarChart.cs (8)
204 double yValue = double.NaN; 230 prevPosY = double.NaN; 231 prevNegY = double.NaN; 313 protected double prevPosY = double.NaN; 318 protected double prevNegY = double.NaN; 1249 double yValue = double.NaN; 1282 prevPosY = double.NaN; 1283 prevNegY = double.NaN;
Common\ChartTypes\StackedColumnChart.cs (8)
199 double yValue = double.NaN; 225 prevPosY = double.NaN; 226 prevNegY = double.NaN; 308 protected double prevPosY = double.NaN; 313 protected double prevNegY = double.NaN; 1292 double yValue = double.NaN; 1325 prevPosY = double.NaN; 1326 prevNegY = double.NaN;
Common\ChartTypes\ThreeLineBreakChart.cs (2)
335 double prevLow = double.NaN; 336 double prevHigh = double.NaN;
Common\Converters\AxisConverters.cs (6)
262 values.Add(Double.NaN); 315 return Double.NaN; 476 values.Add(Double.NaN); 515 return Double.NaN; 614 values.Add(Double.NaN); 667 return Double.NaN;
Common\DataManager\DataPoint.cs (1)
1926 double doubleObj = double.NaN;
Common\DataManager\DataSeries.cs (2)
236 private double _totalYvalue = double.NaN; 1691 _totalYvalue = double.NaN;
Common\Formulas\FormulaHelpers.cs (2)
1198: this(double.NaN) 1224: this(double.NaN)
Common\Formulas\Oscillator.cs (1)
149 outputValues[1][expIndex] = Double.NaN;
Common\Formulas\StatisticalAnalysis.cs (1)
984double TDistOneInv = alpha <= 0.5 ? StudentsDistributionInverse(2 * alpha, freedom) : double.NaN;
Common\General\Axis.cs (12)
225internal double minimumFromData = double.NaN; 228internal double maximumFromData = double.NaN; 239private double _originalViewPosition = double.NaN; 367majorTickMark.Interval = double.NaN; 368majorTickMark.IntervalOffset = double.NaN; 379majorGrid.Interval = double.NaN; 380majorGrid.IntervalOffset = double.NaN; 698majorGrid.Interval = double.NaN; 700majorGrid.IntervalOffset = double.NaN; 767majorTickMark.Interval = double.NaN; 769majorTickMark.IntervalOffset = double.NaN; 4233 double minIntervalSzie = double.NaN;
Common\General\AxisScale.cs (17)
166 internal double maximum = Double.NaN; 167 internal double crossing = Double.NaN; 168 internal double minimum = Double.NaN; 171 internal double tempMaximum = Double.NaN; 172 internal double tempMinimum = Double.NaN; 173 internal double tempCrossing = Double.NaN; 177 internal double tempMajorGridInterval = Double.NaN; 179 internal double tempMajorTickMarkInterval = Double.NaN; 181 internal double tempLabelInterval = Double.NaN; 233 internal double interval3DCorrection = Double.NaN; 536 DefaultValue(Double.NaN), 560 maximum = Double.NaN; 591 DefaultValue(Double.NaN), 615 minimum = Double.NaN; 644 DefaultValue(Double.NaN), 2181 this.interval3DCorrection = double.NaN; 2281 this.interval3DCorrection = double.NaN;
Common\General\AxisScaleBreaks.cs (6)
849 double segmentFrom = double.NaN; 850 double segmentTo = double.NaN; 899 segmentFrom = double.NaN; 900 segmentTo = double.NaN; 986 segmentMaxValue[index] = double.NaN; 987 segmentMinValue[index] = double.NaN;
Common\General\AxisScrollZoom.cs (10)
128 private double _position = double.NaN; 131 private double _size = double.NaN; 204 DefaultValue(Double.NaN), 216 return Double.NaN; 259 DefaultValue(Double.NaN), 271 return Double.NaN; 1492 values.Add(Double.NaN); 1531 return Double.NaN; 1578 values.Add(Double.NaN); 1691 return Double.NaN;
Common\General\Chart.cs (1)
1955 area.intervalData = double.NaN;
Common\General\ChartAreaAxes.cs (3)
82 internal double intervalData = double.NaN; 87 internal double intervalLogData = double.NaN; 1349 axis.interval3DCorrection = double.NaN;
Common\General\DataManipulator.cs (4)
831 InsertEmptyPoints(interval, intervalType, intervalOffset, intervalOffsetType, double.NaN, double.NaN, seriesName); 849InsertEmptyPoints(interval, intervalType, intervalOffset, intervalOffsetType, double.NaN, double.NaN, series);
Common\General\FormulaData.cs (2)
778output[indexSeries][indexPoint] = double.NaN; 939input[seriesIndex][pointIndex] = Double.NaN;
Common\General\Label.cs (6)
1078 internal double intervalOffset = double.NaN; 1079 internal double interval = double.NaN; 1481double labelFromRelative = double.NaN; 1482double labelToRelative = double.NaN; 2560DefaultValue(Double.NaN), 2641 DefaultValue(Double.NaN),
Common\General\Statistics.cs (14)
503double result = double.NaN; 539double result = double.NaN; 581double result = double.NaN; 623double result = double.NaN; 673double result = double.NaN; 713double result = double.NaN; 761double result = double.NaN; 805double result = double.NaN; 845double result = double.NaN; 885double result = double.NaN; 930double result = double.NaN; 965return double.NaN; 975double result = double.NaN; 1011double result = double.NaN;
System.Windows.Forms (12)
winforms\Managed\System\WinForms\AccessibleObject.cs (5)
822return double.NaN; 828return double.NaN; 834return double.NaN; 840return double.NaN; 846return double.NaN;
winforms\Managed\System\WinForms\ProgressBar.cs (6)
962return double.NaN; 974return Double.NaN; 980return this.OwningProgressBar?.Maximum ?? Double.NaN; 986return this.OwningProgressBar?.Minimum ?? Double.NaN; 992return Double.NaN; 998return this.OwningProgressBar?.Value ?? Double.NaN;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2395if (minTan == tan && minTan != Double.NaN) {
System.Windows.Forms.DataVisualization (157)
Common\Annotation\AnnotationBase.cs (22)
178 private double _x = double.NaN; 179 private double _y = double.NaN; 180 private double _width = double.NaN; 181 private double _height = double.NaN; 210 private double _anchorX = double.NaN; 211 private double _anchorY = double.NaN; 519 DefaultValue(double.NaN), 563 DefaultValue(double.NaN), 612 DefaultValue(double.NaN), 664 DefaultValue(double.NaN), 703 DefaultValue(double.NaN), 741 DefaultValue(double.NaN), 1558 DefaultValue(double.NaN), 1607 DefaultValue(double.NaN), 2170 double anchorX = double.NaN; 2171 double anchorY = double.NaN; 3477 double anchorX = double.NaN; 3478 double anchorY = double.NaN; 3592 this.X = double.NaN; 3593 this.Y = double.NaN; 3596 this.AnchorX = double.NaN; 3597 this.AnchorY = double.NaN;
Common\ChartTypes\BarChart.cs (2)
1247 previousPoint = Double.NaN; 1259 nextPoint = Double.NaN;
Common\ChartTypes\BoxPlotChart.cs (1)
1641 yValues.Add((point.IsEmpty) ? double.NaN : point.GetValueByName(valueName));
Common\ChartTypes\ErrorBarChart.cs (1)
1619 double param = double.NaN;
Common\ChartTypes\FastLineChart.cs (4)
327 double yValueRangeMin = double.NaN; 328 double yValueRangeMax = double.NaN; 554 yValueRangeMin = double.NaN; 555 yValueRangeMax = double.NaN;
Common\ChartTypes\KagiChart.cs (1)
363 double prevClose = double.NaN;
Common\ChartTypes\LineChart.cs (1)
1247 double prevValue = double.NaN;
Common\ChartTypes\PointAndFigureChart.cs (2)
556 double prevHigh = double.NaN; 557 double prevLow = double.NaN;
Common\ChartTypes\PointChart.cs (2)
1581 previousPoint = Double.NaN; 1593 nextPoint = Double.NaN;
Common\ChartTypes\RadarChart.cs (2)
1477 previousPoint = Double.NaN; 1489 nextPoint = Double.NaN;
Common\ChartTypes\RenkoChart.cs (2)
423 double prevLow = double.NaN; 424 double prevHigh = double.NaN;
Common\ChartTypes\StackedAreaChart.cs (11)
210 double yValue = double.NaN; 241 prevPosY = double.NaN; 242 prevNegY = double.NaN; 243 prevPositionX = double.NaN; 327 protected double prevPosY = double.NaN; 332 protected double prevNegY = double.NaN; 337 protected double prevPositionX = double.NaN; 1579 double yValue = double.NaN; 1618 prevPosY = double.NaN; 1619 prevNegY = double.NaN; 1620 prevPositionX = double.NaN;
Common\ChartTypes\StackedBarChart.cs (8)
204 double yValue = double.NaN; 230 prevPosY = double.NaN; 231 prevNegY = double.NaN; 313 protected double prevPosY = double.NaN; 318 protected double prevNegY = double.NaN; 1249 double yValue = double.NaN; 1282 prevPosY = double.NaN; 1283 prevNegY = double.NaN;
Common\ChartTypes\StackedColumnChart.cs (8)
199 double yValue = double.NaN; 225 prevPosY = double.NaN; 226 prevNegY = double.NaN; 308 protected double prevPosY = double.NaN; 313 protected double prevNegY = double.NaN; 1292 double yValue = double.NaN; 1325 prevPosY = double.NaN; 1326 prevNegY = double.NaN;
Common\ChartTypes\ThreeLineBreakChart.cs (2)
335 double prevLow = double.NaN; 336 double prevHigh = double.NaN;
Common\Converters\AxisConverters.cs (6)
262 values.Add(Double.NaN); 315 return Double.NaN; 476 values.Add(Double.NaN); 515 return Double.NaN; 614 values.Add(Double.NaN); 667 return Double.NaN;
Common\DataManager\DataPoint.cs (1)
1926 double doubleObj = double.NaN;
Common\DataManager\DataSeries.cs (2)
236 private double _totalYvalue = double.NaN; 1691 _totalYvalue = double.NaN;
Common\Formulas\FormulaHelpers.cs (2)
1198: this(double.NaN) 1224: this(double.NaN)
Common\Formulas\Oscillator.cs (1)
149 outputValues[1][expIndex] = Double.NaN;
Common\Formulas\StatisticalAnalysis.cs (1)
984double TDistOneInv = alpha <= 0.5 ? StudentsDistributionInverse(2 * alpha, freedom) : double.NaN;
Common\General\Axis.cs (12)
225internal double minimumFromData = double.NaN; 228internal double maximumFromData = double.NaN; 239private double _originalViewPosition = double.NaN; 367majorTickMark.Interval = double.NaN; 368majorTickMark.IntervalOffset = double.NaN; 379majorGrid.Interval = double.NaN; 380majorGrid.IntervalOffset = double.NaN; 698majorGrid.Interval = double.NaN; 700majorGrid.IntervalOffset = double.NaN; 767majorTickMark.Interval = double.NaN; 769majorTickMark.IntervalOffset = double.NaN; 4233 double minIntervalSzie = double.NaN;
Common\General\AxisScale.cs (17)
166 internal double maximum = Double.NaN; 167 internal double crossing = Double.NaN; 168 internal double minimum = Double.NaN; 171 internal double tempMaximum = Double.NaN; 172 internal double tempMinimum = Double.NaN; 173 internal double tempCrossing = Double.NaN; 177 internal double tempMajorGridInterval = Double.NaN; 179 internal double tempMajorTickMarkInterval = Double.NaN; 181 internal double tempLabelInterval = Double.NaN; 233 internal double interval3DCorrection = Double.NaN; 536 DefaultValue(Double.NaN), 560 maximum = Double.NaN; 591 DefaultValue(Double.NaN), 615 minimum = Double.NaN; 644 DefaultValue(Double.NaN), 2181 this.interval3DCorrection = double.NaN; 2281 this.interval3DCorrection = double.NaN;
Common\General\AxisScaleBreaks.cs (6)
849 double segmentFrom = double.NaN; 850 double segmentTo = double.NaN; 899 segmentFrom = double.NaN; 900 segmentTo = double.NaN; 986 segmentMaxValue[index] = double.NaN; 987 segmentMinValue[index] = double.NaN;
Common\General\AxisScrollZoom.cs (10)
128 private double _position = double.NaN; 131 private double _size = double.NaN; 204 DefaultValue(Double.NaN), 216 return Double.NaN; 259 DefaultValue(Double.NaN), 271 return Double.NaN; 1492 values.Add(Double.NaN); 1531 return Double.NaN; 1578 values.Add(Double.NaN); 1691 return Double.NaN;
Common\General\Chart.cs (1)
1955 area.intervalData = double.NaN;
Common\General\ChartAreaAxes.cs (3)
82 internal double intervalData = double.NaN; 87 internal double intervalLogData = double.NaN; 1349 axis.interval3DCorrection = double.NaN;
Common\General\DataManipulator.cs (4)
831 InsertEmptyPoints(interval, intervalType, intervalOffset, intervalOffsetType, double.NaN, double.NaN, seriesName); 849InsertEmptyPoints(interval, intervalType, intervalOffset, intervalOffsetType, double.NaN, double.NaN, series);
Common\General\FormulaData.cs (2)
778output[indexSeries][indexPoint] = double.NaN; 939input[seriesIndex][pointIndex] = Double.NaN;
Common\General\Label.cs (6)
1078 internal double intervalOffset = double.NaN; 1079 internal double interval = double.NaN; 1481double labelFromRelative = double.NaN; 1482double labelToRelative = double.NaN; 2560DefaultValue(Double.NaN), 2641 DefaultValue(Double.NaN),
Common\General\Statistics.cs (14)
503double result = double.NaN; 539double result = double.NaN; 581double result = double.NaN; 623double result = double.NaN; 673double result = double.NaN; 713double result = double.NaN; 761double result = double.NaN; 805double result = double.NaN; 845double result = double.NaN; 885double result = double.NaN; 930double result = double.NaN; 965return double.NaN; 975double result = double.NaN; 1011double result = double.NaN;
System.Xml (5)
System\Xml\XmlConvert.cs (2)
1114return Double.NaN; 1127return Double.NaN;
System\Xml\XPath\Internal\NumberFunctions.cs (1)
76return double.NaN;
System\Xml\XPath\Internal\XPathScanner.cs (2)
25private double numberValue = double.NaN; 96Debug.Assert(this.numberValue != double.NaN);
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (3)
409return double.NaN; 443return Double.NaN; 451return Double.NaN;
MS\Internal\AutomationProxies\WindowsProgressbar.cs (2)
143return Double.NaN; 151return Double.NaN;
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
295return Double.NaN;