5 writes to InEnd
PresentationCore (5)
MS\Internal\Ink\Lasso.cs (5)
410si.InEnd = StrokeFIndices.BeforeFirst; 414si.InEnd = StrokeFIndices.AfterLast; 420si.InEnd = crossingList[x].FIndices.BeginFIndex; 440si.InEnd = StrokeFIndices.BeforeFirst; 457previousIntersection.InEnd = si.InEnd;
3 references to InEnd
PresentationCore (3)
MS\Internal\Ink\Lasso.cs (3)
424if (DoubleUtil.AreClose(si.InEnd, StrokeFIndices.BeforeFirst)) 431currentSegmentWithinLasso = SegmentWithinLasso(crossingList[x].StartNode, si.InEnd); 457previousIntersection.InEnd = si.InEnd;