5 writes to InBegin
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\Lasso.cs (5)
397si.InBegin = StrokeFIndices.BeforeFirst; 401si.InBegin = crossingList[x - 1].FIndices.EndFIndex; 429si.InBegin = StrokeFIndices.AfterLast; 441si.InBegin = StrokeFIndices.AfterLast; 457previousIntersection.InBegin = si.InBegin;
4 references to InBegin
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\Lasso.cs (4)
403currentSegmentWithinLasso = SegmentWithinLasso(crossingList[x - 1].EndNode, si.InBegin); 410if (DoubleUtil.AreClose(si.InBegin, StrokeFIndices.AfterLast)) 428System.Diagnostics.Debug.Assert(DoubleUtil.AreClose(si.InBegin, StrokeFIndices.BeforeFirst)); 457previousIntersection.InBegin = si.InBegin;