3 writes to EndNode
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\Lasso.cs (3)
566
StartNode =
EndNode
= strokeNode;
641
EndNode
= crossing.EndNode;
657
EndNode
= crossing.EndNode;
7 references to EndNode
PresentationCore (7)
Core\CSharp\MS\Internal\Ink\Lasso.cs (7)
341
System.Diagnostics.Debug.Assert(!crossing.IsEmpty && crossing.StartNode.IsValid && crossing.
EndNode
.IsValid);
344
System.Diagnostics.Debug.Assert(!mcrossing.IsEmpty && mcrossing.StartNode.IsValid && mcrossing.
EndNode
.IsValid);
351
System.Diagnostics.Debug.Assert(!mcrossing.IsEmpty && mcrossing.StartNode.IsValid && mcrossing.
EndNode
.IsValid);
403
currentSegmentWithinLasso = SegmentWithinLasso(crossingList[x - 1].
EndNode
, si.InBegin);
437
if (!currentSegmentWithinLasso && !SegmentWithinLasso(crossingList[x].
EndNode
, si.HitEnd))
641
EndNode = crossing.
EndNode
;
657
EndNode = crossing.
EndNode
;