3 references to StylusPointCollection
PresentationCore (1)
MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
154StylusPointCollection newStylusPoints = new StylusPointCollection(points);
PresentationFramework (2)
MS\Internal\Ink\EditingCoordinator.cs (2)
806stylusPoints = new StylusPointCollection(new Point[] { _capturedMouse.GetPosition(_inkCanvas) }); 997stylusPoints = new StylusPointCollection(points);