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