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