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