50 references to NegativeInfinity
mscorlib (4)
system\double.cs (2)
81
if (d == double.
NegativeInfinity
)
285
result =
NegativeInfinity
;
system\number.cs (1)
682
return Double.
NegativeInfinity
;
system\runtime\remoting\message.cs (1)
670
ret = Double.
NegativeInfinity
;
PresentationCore (20)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (2)
607
bounds.X = Double.
NegativeInfinity
;
608
bounds.Y = Double.
NegativeInfinity
;
Core\CSharp\System\Windows\Media\GlyphRun.cs (4)
1317
double accRight = double.
NegativeInfinity
;
1318
double accBottom = double.
NegativeInfinity
;
1483
double accRight = double.
NegativeInfinity
;
1484
double accBottom = double.
NegativeInfinity
;
Core\CSharp\System\Windows\Media\Visual.cs (8)
428
bboxSubgraph.X = Double.
NegativeInfinity
;
429
bboxSubgraph.Y = Double.
NegativeInfinity
;
623
bboxSubgraph.X = Double.
NegativeInfinity
;
624
bboxSubgraph.Y = Double.
NegativeInfinity
;
1081
_bboxSubgraph.X = Double.
NegativeInfinity
;
1082
_bboxSubgraph.Y = Double.
NegativeInfinity
;
1156
bboxSubgraph.X = Double.
NegativeInfinity
;
1157
bboxSubgraph.Y = Double.
NegativeInfinity
;
Core\CSharp\System\Windows\Media3D\Rect3D.cs (3)
627
empty._sizeX = Double.
NegativeInfinity
;
628
empty._sizeY = Double.
NegativeInfinity
;
629
empty._sizeZ = Double.
NegativeInfinity
;
Core\CSharp\System\Windows\Media3D\Size3D.cs (3)
196
empty._x = Double.
NegativeInfinity
;
197
empty._y = Double.
NegativeInfinity
;
198
empty._z = Double.
NegativeInfinity
;
PresentationFramework (13)
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
3027
viewPortBounds = new Rect(Double.
NegativeInfinity
, viewPortBounds.Top,
3032
viewPortBounds = new Rect(viewPortBounds.Left, Double.
NegativeInfinity
,
src\Framework\System\Windows\Controls\ScrollViewer.cs (5)
121
public void ScrollToLeftEnd() { EnqueueCommand(Commands.SetHorizontalOffset, Double.
NegativeInfinity
, null); }
132
EnqueueCommand(Commands.SetHorizontalOffset, Double.
NegativeInfinity
, null);
133
EnqueueCommand(Commands.SetVerticalOffset, Double.
NegativeInfinity
, null);
140
EnqueueCommand(Commands.SetHorizontalOffset, Double.
NegativeInfinity
, null);
147
public void ScrollToTop() { EnqueueCommand(Commands.SetVerticalOffset, Double.
NegativeInfinity
, null); }
src\Framework\System\Windows\Input\KeyboardNavigation.cs (6)
3105
double resultDirectionScore = double.
NegativeInfinity
;
3106
double resultRangeScore = double.
NegativeInfinity
;
3109
double partialResultDirectionScore = double.
NegativeInfinity
;
3110
double partialResultRangeScore = double.
NegativeInfinity
;
3136
double directionScore = double.
NegativeInfinity
;
3157
double rangeScore = double.
NegativeInfinity
;
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlSortKey.cs (5)
281
this.dblVal = (collation.EmptyGreatest != collation.DescendingOrder) ? Double.PositiveInfinity : Double.
NegativeInfinity
;
306
Debug.Assert(this.dblVal == Double.
NegativeInfinity
|| this.dblVal == Double.PositiveInfinity);
307
return (this.dblVal == Double.
NegativeInfinity
) ? -1 : 1;
311
Debug.Assert(that.dblVal == Double.
NegativeInfinity
|| that.dblVal == Double.PositiveInfinity);
312
return (that.dblVal == Double.
NegativeInfinity
) ? 1 : -1;
System.Xml (2)
System\Xml\XmlConvert.cs (2)
1073
if(s == "-INF") return Double.
NegativeInfinity
;
1086
result = Double.
NegativeInfinity
;
WindowsBase (6)
Base\System\Windows\Rect.cs (4)
335
return Double.
NegativeInfinity
;
352
return Double.
NegativeInfinity
;
797
rect._width = Double.
NegativeInfinity
;
798
rect._height = Double.
NegativeInfinity
;
Base\System\Windows\Size.cs (2)
165
size._width = Double.
NegativeInfinity
;
166
size._height = Double.
NegativeInfinity
;