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