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