5 writes to InBegin
PresentationCore (5)
MS\Internal\Ink\Lasso.cs (5)
390
si.
InBegin
= StrokeFIndices.BeforeFirst;
394
si.
InBegin
= crossingList[x - 1].FIndices.EndFIndex;
422
si.
InBegin
= StrokeFIndices.AfterLast;
434
si.
InBegin
= StrokeFIndices.AfterLast;
450
previousIntersection.
InBegin
= si.InBegin;
4 references to InBegin
PresentationCore (4)
MS\Internal\Ink\Lasso.cs (4)
396
currentSegmentWithinLasso = SegmentWithinLasso(crossingList[x - 1].EndNode, si.
InBegin
);
403
if (DoubleUtil.AreClose(si.
InBegin
, StrokeFIndices.AfterLast))
421
System.Diagnostics.Debug.Assert(DoubleUtil.AreClose(si.
InBegin
, StrokeFIndices.BeforeFirst));
450
previousIntersection.InBegin = si.
InBegin
;