5 instantiations of StrokeNode
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
249
return new
StrokeNode
(_operations, previousIndex + 1, nodeData, lastNodeData, index == _stylusPoints.Count - 1 /*Is this the last node?*/);
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (4)
247
StrokeNode emptyStrokeNode = new
StrokeNode
();
248
StrokeNode prevPrevStrokeNode = new
StrokeNode
();
249
StrokeNode prevStrokeNode = new
StrokeNode
();
250
StrokeNode strokeNode = new
StrokeNode
();
25 references to StrokeNode
PresentationCore (25)
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (7)
64
_erasingStrokeNodes = new List<
StrokeNode
>(points.Length);
76
StrokeNode
strokeNode = _nodeIterator[i];
110
StrokeNode
inkStrokeNode = iterator[i];
118
foreach (
StrokeNode
erasingStrokeNode in _erasingStrokeNodes)
153
StrokeNode
inkStrokeNode = iterator[x];
162
foreach (
StrokeNode
erasingStrokeNode in _erasingStrokeNodes)
330
private List<
StrokeNode
> _erasingStrokeNodes = null;
Core\CSharp\MS\Internal\Ink\Lasso.cs (5)
228
StrokeNode
strokeNode = iterator[i];
361
private bool SegmentWithinLasso(
StrokeNode
strokeNode, double fIndex)
553
internal
StrokeNode
StartNode;
554
internal
StrokeNode
EndNode;
561
public LassoCrossing(StrokeFIndices newFIndices,
StrokeNode
strokeNode)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (3)
421
internal void GetPointsAtMiddleSegment(
StrokeNode
previous,
853
internal bool HitTest(
StrokeNode
hitNode)
871
internal StrokeFIndices CutTest(
StrokeNode
hitNode)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (2)
209
internal
StrokeNode
this[int index]
222
internal
StrokeNode
this[int index, int previousIndex]
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (7)
78
StrokeNode
strokeNode = iterator[index];
247
StrokeNode
emptyStrokeNode = new StrokeNode();
248
StrokeNode
prevPrevStrokeNode = new StrokeNode();
249
StrokeNode
prevStrokeNode = new StrokeNode();
250
StrokeNode
strokeNode = new StrokeNode();
755
StrokeNode
strokeNodePrevious,
757
StrokeNode
strokeNodeCurrent,
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
46
StrokeNode
strokeNode = iterator[i];