1 write to _isLastNode
PresentationCore (1)
MS\Internal\Ink\StrokeNode.cs (1)
45
_isLastNode
= isLastNode;
2 references to _isLastNode
PresentationCore (2)
MS\Internal\Ink\StrokeNode.cs (2)
87
internal bool IsLastNode { get { return
_isLastNode
; } }
970
fragment.EndFIndex = (
_isLastNode
? StrokeFIndices.AfterLast:_index);