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