24 references to Right
PresentationCore (24)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (3)
368
(WhereIsVectorAboutVector(endNode.Position - hitSegment.Begin, hitSegment.Vector) != HitResult.
Right
))
555
endNode.Position - hitSegment.Begin, hitSegment.Vector) != HitResult.
Right
))
778
HitResult whereabout = HitResult.
Right
;
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (7)
241
if (HitResult.
Right
!= comingFrom)
260
if (HitResult.
Right
== comingFrom)
622
endNode.Position - hitSegment.Begin, hitSegment.Vector) == HitResult.
Right
);
760
else if (hit == HitResult.
Right
)
1015
position - hitSegment.Begin, hitSegment.Vector) != HitResult.
Right
)
1080
: (WhereIsVectorAboutVector(-hitBegin, hitSegment.Vector) == HitResult.
Right
);
1181
: (WhereIsVectorAboutVector(-hitBegin, hitSegment.Vector) == HitResult.
Right
);
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations2.cs (14)
47
HitResult hitResult = HitResult.
Right
, firstResult = HitResult.
Right
, prevResult = HitResult.
Right
;
85
HitResult hitResult = HitResult.
Right
, firstResult = HitResult.
Right
, prevResult = HitResult.
Right
;
267
HitResult result = HitResult.
Right
;
361
HitResult result = HitResult.
Right
;
412
return (0 < determinant) ? HitResult.Left : HitResult.
Right
;
427
if (HitResult.
Right
== WhereIsVectorAboutVector(arcEnd, arcBegin))
431
(HitResult.
Right
!= WhereIsVectorAboutVector(hitVector, arcEnd)))
437
(HitResult.
Right
!= WhereIsVectorAboutVector(hitVector, arcEnd)))
443
(WhereIsVectorAboutVector(hitVector - arcEnd, TurnRight(arcEnd)) != HitResult.
Right
))
448
return HitResult.
Right
;