21 references to Left
PresentationCore (21)
MS\Internal\Ink\EllipticalNodeOperations.cs (4)
774
if ((WhereIsVectorAboutVector(-segBegin, segVector) == HitResult.
Left
)
777
whereabout = HitResult.
Left
;
798
if (WhereIsNodeAboutSegment(spineVector, hitBegin, hitEnd) == HitResult.
Left
)
814
if (WhereIsNodeAboutSegment(-spineVector, hitBegin, hitEnd) == HitResult.
Left
)
MS\Internal\Ink\StrokeNodeOperations.cs (7)
225
if (goingTo == HitResult.
Left
)
338
if (HitResult.
Left
== hitResult)
711
(!testNextEdge && (HitResult.
Left
!= WhereIsVectorAboutVector(nextNode, nextVertex))))
722
HitResult hit = HitResult.
Left
;
742
if (HitResult.
Left
== WhereIsVectorAboutVector(
1053
if (HitResult.
Left
== hitResult)
1271
beginNode.Position - hitSegment.Begin, hitSegment.Vector) == HitResult.
Left
);
MS\Internal\Ink\StrokeNodeOperations2.cs (10)
298
result = HitResult.
Left
;
319
else if ((WhereIsVectorAboutVector(hitBegin - orgBegin, AB) == HitResult.
Left
)
320
|| (WhereIsVectorAboutVector(hitEnd - orgBegin, AB) == HitResult.
Left
))
324
result = HitResult.
Left
;
407
return (0 < determinant) ? HitResult.
Left
: HitResult.Right;
425
if ((HitResult.
Left
!= WhereIsVectorAboutVector(hitVector, arcBegin)) &&
431
else if ((HitResult.
Left
!= WhereIsVectorAboutVector(hitVector, arcBegin)) ||
437
if ((WhereIsVectorAboutVector(hitVector - arcBegin, TurnLeft(arcBegin)) != HitResult.
Left
) ||
440
return HitResult.
Left
;
484
return ((HitResult.
Left
== hitResult)