3 writes to EndNode
PresentationCore (3)
MS\Internal\Ink\Lasso.cs (3)
564
StartNode =
EndNode
= strokeNode;
639
EndNode
= crossing.EndNode;
655
EndNode
= crossing.EndNode;
7 references to EndNode
PresentationCore (7)
MS\Internal\Ink\Lasso.cs (7)
339
System.Diagnostics.Debug.Assert(!crossing.IsEmpty && crossing.StartNode.IsValid && crossing.
EndNode
.IsValid);
342
System.Diagnostics.Debug.Assert(!mcrossing.IsEmpty && mcrossing.StartNode.IsValid && mcrossing.
EndNode
.IsValid);
349
System.Diagnostics.Debug.Assert(!mcrossing.IsEmpty && mcrossing.StartNode.IsValid && mcrossing.
EndNode
.IsValid);
401
currentSegmentWithinLasso = SegmentWithinLasso(crossingList[x - 1].
EndNode
, si.InBegin);
435
if (!currentSegmentWithinLasso && !SegmentWithinLasso(crossingList[x].
EndNode
, si.HitEnd))
639
EndNode = crossing.
EndNode
;
655
EndNode = crossing.
EndNode
;