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