5 writes to InBegin
PresentationCore (5)
MS\Internal\Ink\Lasso.cs (5)
391
si.
InBegin
= StrokeFIndices.BeforeFirst;
395
si.
InBegin
= crossingList[x - 1].FIndices.EndFIndex;
423
si.
InBegin
= StrokeFIndices.AfterLast;
435
si.
InBegin
= StrokeFIndices.AfterLast;
451
previousIntersection.
InBegin
= si.InBegin;
4 references to InBegin
PresentationCore (4)
MS\Internal\Ink\Lasso.cs (4)
397
currentSegmentWithinLasso = SegmentWithinLasso(crossingList[x - 1].EndNode, si.
InBegin
);
404
if (DoubleUtil.AreClose(si.
InBegin
, StrokeFIndices.AfterLast))
422
System.Diagnostics.Debug.Assert(DoubleUtil.AreClose(si.
InBegin
, StrokeFIndices.BeforeFirst));
451
previousIntersection.InBegin = si.
InBegin
;