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