3 writes to EndNode
PresentationCore (3)
MS\Internal\Ink\Lasso.cs (3)
559
StartNode =
EndNode
= strokeNode;
636
EndNode
= crossing.EndNode;
652
EndNode
= crossing.EndNode;
7 references to EndNode
PresentationCore (7)
MS\Internal\Ink\Lasso.cs (7)
334
System.Diagnostics.Debug.Assert(!crossing.IsEmpty && crossing.StartNode.IsValid && crossing.
EndNode
.IsValid);
337
System.Diagnostics.Debug.Assert(!mcrossing.IsEmpty && mcrossing.StartNode.IsValid && mcrossing.
EndNode
.IsValid);
344
System.Diagnostics.Debug.Assert(!mcrossing.IsEmpty && mcrossing.StartNode.IsValid && mcrossing.
EndNode
.IsValid);
396
currentSegmentWithinLasso = SegmentWithinLasso(crossingList[x - 1].
EndNode
, si.InBegin);
430
if (!currentSegmentWithinLasso && !SegmentWithinLasso(crossingList[x].
EndNode
, si.HitEnd))
636
EndNode = crossing.
EndNode
;
652
EndNode = crossing.
EndNode
;