1 write to _operations
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
129
_operations
= operations;
3 references to _operations
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (3)
160
_operations
,
185
_operations
,
249
return new StrokeNode(
_operations
, previousIndex + 1, nodeData, lastNodeData, index == _stylusPoints.Count - 1 /*Is this the last node?*/);