6 references to StylusPointCollection
PresentationCore (4)
System\Windows\Ink\Stroke.cs (2)
254new StylusPointCollection(_stylusPoints.Description, bezierPoints.Count); 865new StylusPointCollection(this.StylusPoints.Description, pointCount);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (2)
369new StylusPointCollection(descriptionToUse, count); 465StylusPointCollection newCollection = new StylusPointCollection(subsetToReformatToWithCurrentMetrics, this.Count);
PresentationFramework (2)
MS\Internal\Ink\EraserBehavior.cs (1)
210_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100);
MS\Internal\Ink\InkCollectionBehavior.cs (1)
233_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100);