4 references to Behind
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations2.cs (4)
321
result = (0 < s) ? HitResult.InFront : HitResult.
Behind
;
374
HitResult.
Behind
;
395
result = (findex > 0) ? HitResult.InFront : HitResult.
Behind
;
490
|| ((HitResult.
Behind
== hitResult) && (HitResult.InFront == prevHitResult)));