5 writes to InEnd
PresentationCore (5)
MS\Internal\Ink\Lasso.cs (5)
405si.InEnd = StrokeFIndices.BeforeFirst; 409si.InEnd = StrokeFIndices.AfterLast; 415si.InEnd = crossingList[x].FIndices.BeginFIndex; 435si.InEnd = StrokeFIndices.BeforeFirst; 452previousIntersection.InEnd = si.InEnd;
3 references to InEnd
PresentationCore (3)
MS\Internal\Ink\Lasso.cs (3)
419if (DoubleUtil.AreClose(si.InEnd, StrokeFIndices.BeforeFirst)) 426currentSegmentWithinLasso = SegmentWithinLasso(crossingList[x].StartNode, si.InEnd); 452previousIntersection.InEnd = si.InEnd;