6 references to StylusPointCollection
PresentationCore (4)
System\Windows\Ink\Stroke.cs (2)
255new StylusPointCollection(_stylusPoints.Description, bezierPoints.Count); 866new StylusPointCollection(this.StylusPoints.Description, pointCount);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (2)
370new StylusPointCollection(descriptionToUse, count); 466StylusPointCollection newCollection = new StylusPointCollection(subsetToReformatToWithCurrentMetrics, this.Count);
PresentationFramework (2)
MS\Internal\Ink\EraserBehavior.cs (1)
212_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100);
MS\Internal\Ink\InkCollectionBehavior.cs (1)
235_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100);