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