5 writes to InEnd
PresentationCore (5)
MS\Internal\Ink\Lasso.cs (5)
406si.InEnd = StrokeFIndices.BeforeFirst; 410si.InEnd = StrokeFIndices.AfterLast; 416si.InEnd = crossingList[x].FIndices.BeginFIndex; 436si.InEnd = StrokeFIndices.BeforeFirst; 453previousIntersection.InEnd = si.InEnd;
3 references to InEnd
PresentationCore (3)
MS\Internal\Ink\Lasso.cs (3)
420if (DoubleUtil.AreClose(si.InEnd, StrokeFIndices.BeforeFirst)) 427currentSegmentWithinLasso = SegmentWithinLasso(crossingList[x].StartNode, si.InEnd); 453previousIntersection.InEnd = si.InEnd;