5 writes to InBegin
PresentationCore (5)
MS\Internal\Ink\Lasso.cs (5)
395si.InBegin = StrokeFIndices.BeforeFirst; 399si.InBegin = crossingList[x - 1].FIndices.EndFIndex; 427si.InBegin = StrokeFIndices.AfterLast; 439si.InBegin = StrokeFIndices.AfterLast; 455previousIntersection.InBegin = si.InBegin;
4 references to InBegin
PresentationCore (4)
MS\Internal\Ink\Lasso.cs (4)
401currentSegmentWithinLasso = SegmentWithinLasso(crossingList[x - 1].EndNode, si.InBegin); 408if (DoubleUtil.AreClose(si.InBegin, StrokeFIndices.AfterLast)) 426System.Diagnostics.Debug.Assert(DoubleUtil.AreClose(si.InBegin, StrokeFIndices.BeforeFirst)); 455previousIntersection.InBegin = si.InBegin;