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