3 writes to HitEnd
PresentationCore (3)
MS\Internal\Ink\Lasso.cs (3)
416si.HitEnd = StrokeFIndices.AfterLast; 430si.HitEnd = crossingList[x].FIndices.EndFIndex; 458previousIntersection.HitEnd = si.HitEnd;
3 references to HitEnd
PresentationCore (3)
MS\Internal\Ink\Lasso.cs (3)
435if (!currentSegmentWithinLasso && !SegmentWithinLasso(crossingList[x].EndNode, si.HitEnd)) 458previousIntersection.HitEnd = si.HitEnd; 466if (DoubleUtil.AreClose(si.HitEnd, StrokeFIndices.AfterLast))