24 references to Right
PresentationCore (24)
MS\Internal\Ink\EllipticalNodeOperations.cs (3)
363
(WhereIsVectorAboutVector(endNode.Position - hitSegment.Begin, hitSegment.Vector) != HitResult.
Right
))
550
endNode.Position - hitSegment.Begin, hitSegment.Vector) != HitResult.
Right
))
771
HitResult whereabout = HitResult.
Right
;
MS\Internal\Ink\StrokeNodeOperations.cs (7)
231
if (HitResult.
Right
!= comingFrom)
250
if (HitResult.
Right
== comingFrom)
604
endNode.Position - hitSegment.Begin, hitSegment.Vector) == HitResult.
Right
);
739
else if (hit == HitResult.
Right
)
994
position - hitSegment.Begin, hitSegment.Vector) != HitResult.
Right
)
1059
: (WhereIsVectorAboutVector(-hitBegin, hitSegment.Vector) == HitResult.
Right
);
1160
: (WhereIsVectorAboutVector(-hitBegin, hitSegment.Vector) == HitResult.
Right
);
MS\Internal\Ink\StrokeNodeOperations2.cs (14)
42
HitResult hitResult = HitResult.
Right
, firstResult = HitResult.
Right
, prevResult = HitResult.
Right
;
80
HitResult hitResult = HitResult.
Right
, firstResult = HitResult.
Right
, prevResult = HitResult.
Right
;
262
HitResult result = HitResult.
Right
;
356
HitResult result = HitResult.
Right
;
407
return (0 < determinant) ? HitResult.Left : HitResult.
Right
;
422
if (HitResult.
Right
== WhereIsVectorAboutVector(arcEnd, arcBegin))
426
(HitResult.
Right
!= WhereIsVectorAboutVector(hitVector, arcEnd)))
432
(HitResult.
Right
!= WhereIsVectorAboutVector(hitVector, arcEnd)))
438
(WhereIsVectorAboutVector(hitVector - arcEnd, TurnRight(arcEnd)) != HitResult.
Right
))
443
return HitResult.
Right
;