24 references to Right
PresentationCore (24)
MS\Internal\Ink\EllipticalNodeOperations.cs (3)
362
(WhereIsVectorAboutVector(endNode.Position - hitSegment.Begin, hitSegment.Vector) != HitResult.
Right
))
549
endNode.Position - hitSegment.Begin, hitSegment.Vector) != HitResult.
Right
))
770
HitResult whereabout = HitResult.
Right
;
MS\Internal\Ink\StrokeNodeOperations.cs (7)
230
if (HitResult.
Right
!= comingFrom)
249
if (HitResult.
Right
== comingFrom)
603
endNode.Position - hitSegment.Begin, hitSegment.Vector) == HitResult.
Right
);
738
else if (hit == HitResult.
Right
)
993
position - hitSegment.Begin, hitSegment.Vector) != HitResult.
Right
)
1058
: (WhereIsVectorAboutVector(-hitBegin, hitSegment.Vector) == HitResult.
Right
);
1159
: (WhereIsVectorAboutVector(-hitBegin, hitSegment.Vector) == HitResult.
Right
);
MS\Internal\Ink\StrokeNodeOperations2.cs (14)
41
HitResult hitResult = HitResult.
Right
, firstResult = HitResult.
Right
, prevResult = HitResult.
Right
;
79
HitResult hitResult = HitResult.
Right
, firstResult = HitResult.
Right
, prevResult = HitResult.
Right
;
261
HitResult result = HitResult.
Right
;
355
HitResult result = HitResult.
Right
;
406
return (0 < determinant) ? HitResult.Left : HitResult.
Right
;
421
if (HitResult.
Right
== WhereIsVectorAboutVector(arcEnd, arcBegin))
425
(HitResult.
Right
!= WhereIsVectorAboutVector(hitVector, arcEnd)))
431
(HitResult.
Right
!= WhereIsVectorAboutVector(hitVector, arcEnd)))
437
(WhereIsVectorAboutVector(hitVector - arcEnd, TurnRight(arcEnd)) != HitResult.
Right
))
442
return HitResult.
Right
;