4 references to Behind
PresentationCore (4)
MS\Internal\Ink\StrokeNodeOperations2.cs (4)
316
result = (0 < s) ? HitResult.InFront : HitResult.
Behind
;
369
HitResult.
Behind
;
390
result = (findex > 0) ? HitResult.InFront : HitResult.
Behind
;
485
|| ((HitResult.
Behind
== hitResult) && (HitResult.InFront == prevHitResult)));