21 references to Left
PresentationCore (21)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (4)
781
if ((WhereIsVectorAboutVector(-segBegin, segVector) == HitResult.
Left
)
784
whereabout = HitResult.
Left
;
805
if (WhereIsNodeAboutSegment(spineVector, hitBegin, hitEnd) == HitResult.
Left
)
821
if (WhereIsNodeAboutSegment(-spineVector, hitBegin, hitEnd) == HitResult.
Left
)
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (7)
235
if (goingTo == HitResult.
Left
)
348
if (HitResult.
Left
== hitResult)
732
(!testNextEdge && (HitResult.
Left
!= WhereIsVectorAboutVector(nextNode, nextVertex))))
743
HitResult hit = HitResult.
Left
;
763
if (HitResult.
Left
== WhereIsVectorAboutVector(
1074
if (HitResult.
Left
== hitResult)
1292
beginNode.Position - hitSegment.Begin, hitSegment.Vector) == HitResult.
Left
);
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations2.cs (10)
303
result = HitResult.
Left
;
324
else if ((WhereIsVectorAboutVector(hitBegin - orgBegin, AB) == HitResult.
Left
)
325
|| (WhereIsVectorAboutVector(hitEnd - orgBegin, AB) == HitResult.
Left
))
329
result = HitResult.
Left
;
412
return (0 < determinant) ? HitResult.
Left
: HitResult.Right;
430
if ((HitResult.
Left
!= WhereIsVectorAboutVector(hitVector, arcBegin)) &&
436
else if ((HitResult.
Left
!= WhereIsVectorAboutVector(hitVector, arcBegin)) ||
442
if ((WhereIsVectorAboutVector(hitVector - arcBegin, TurnLeft(arcBegin)) != HitResult.
Left
) ||
445
return HitResult.
Left
;
489
return ((HitResult.
Left
== hitResult)