21 references to Left
PresentationCore (21)
MS\Internal\Ink\EllipticalNodeOperations.cs (4)
773
if ((WhereIsVectorAboutVector(-segBegin, segVector) == HitResult.
Left
)
776
whereabout = HitResult.
Left
;
797
if (WhereIsNodeAboutSegment(spineVector, hitBegin, hitEnd) == HitResult.
Left
)
813
if (WhereIsNodeAboutSegment(-spineVector, hitBegin, hitEnd) == HitResult.
Left
)
MS\Internal\Ink\StrokeNodeOperations.cs (7)
224
if (goingTo == HitResult.
Left
)
337
if (HitResult.
Left
== hitResult)
710
(!testNextEdge && (HitResult.
Left
!= WhereIsVectorAboutVector(nextNode, nextVertex))))
721
HitResult hit = HitResult.
Left
;
741
if (HitResult.
Left
== WhereIsVectorAboutVector(
1052
if (HitResult.
Left
== hitResult)
1270
beginNode.Position - hitSegment.Begin, hitSegment.Vector) == HitResult.
Left
);
MS\Internal\Ink\StrokeNodeOperations2.cs (10)
297
result = HitResult.
Left
;
318
else if ((WhereIsVectorAboutVector(hitBegin - orgBegin, AB) == HitResult.
Left
)
319
|| (WhereIsVectorAboutVector(hitEnd - orgBegin, AB) == HitResult.
Left
))
323
result = HitResult.
Left
;
406
return (0 < determinant) ? HitResult.
Left
: HitResult.Right;
424
if ((HitResult.
Left
!= WhereIsVectorAboutVector(hitVector, arcBegin)) &&
430
else if ((HitResult.
Left
!= WhereIsVectorAboutVector(hitVector, arcBegin)) ||
436
if ((WhereIsVectorAboutVector(hitVector - arcBegin, TurnLeft(arcBegin)) != HitResult.
Left
) ||
439
return HitResult.
Left
;
483
return ((HitResult.
Left
== hitResult)