3 writes to EndNode
PresentationCore (3)
MS\Internal\Ink\Lasso.cs (3)
560
StartNode =
EndNode
= strokeNode;
635
EndNode
= crossing.EndNode;
651
EndNode
= crossing.EndNode;
7 references to EndNode
PresentationCore (7)
MS\Internal\Ink\Lasso.cs (7)
335
System.Diagnostics.Debug.Assert(!crossing.IsEmpty && crossing.StartNode.IsValid && crossing.
EndNode
.IsValid);
338
System.Diagnostics.Debug.Assert(!mcrossing.IsEmpty && mcrossing.StartNode.IsValid && mcrossing.
EndNode
.IsValid);
345
System.Diagnostics.Debug.Assert(!mcrossing.IsEmpty && mcrossing.StartNode.IsValid && mcrossing.
EndNode
.IsValid);
397
currentSegmentWithinLasso = SegmentWithinLasso(crossingList[x - 1].
EndNode
, si.InBegin);
431
if (!currentSegmentWithinLasso && !SegmentWithinLasso(crossingList[x].
EndNode
, si.HitEnd))
635
EndNode = crossing.
EndNode
;
651
EndNode = crossing.
EndNode
;