3 writes to HitEnd
PresentationCore (3)
MS\Internal\Ink\Lasso.cs (3)
412si.HitEnd = StrokeFIndices.AfterLast; 426si.HitEnd = crossingList[x].FIndices.EndFIndex; 454previousIntersection.HitEnd = si.HitEnd;
3 references to HitEnd
PresentationCore (3)
MS\Internal\Ink\Lasso.cs (3)
431if (!currentSegmentWithinLasso && !SegmentWithinLasso(crossingList[x].EndNode, si.HitEnd)) 454previousIntersection.HitEnd = si.HitEnd; 462if (DoubleUtil.AreClose(si.HitEnd, StrokeFIndices.AfterLast))