5 writes to InEnd
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\Lasso.cs (5)
412
si.
InEnd
= StrokeFIndices.BeforeFirst;
416
si.
InEnd
= StrokeFIndices.AfterLast;
422
si.
InEnd
= crossingList[x].FIndices.BeginFIndex;
442
si.
InEnd
= StrokeFIndices.BeforeFirst;
459
previousIntersection.
InEnd
= si.InEnd;
3 references to InEnd
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\Lasso.cs (3)
426
if (DoubleUtil.AreClose(si.
InEnd
, StrokeFIndices.BeforeFirst))
433
currentSegmentWithinLasso = SegmentWithinLasso(crossingList[x].StartNode, si.
InEnd
);
459
previousIntersection.InEnd = si.
InEnd
;