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