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