2 references to StrokeNodeData
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (2)
241
StrokeNodeData nodeData = new
StrokeNodeData
((Point)stylusPoint, pressureFactor);
245
lastNodeData = new
StrokeNodeData
((Point)previousStylusPoint, previousPressureFactor);