6 references to StylusPointCollection
PresentationCore (4)
System\Windows\Ink\Stroke.cs (2)
270new StylusPointCollection(_stylusPoints.Description, bezierPoints.Count); 881new StylusPointCollection(this.StylusPoints.Description, pointCount);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (2)
378new StylusPointCollection(descriptionToUse, count); 474StylusPointCollection newCollection = new StylusPointCollection(subsetToReformatToWithCurrentMetrics, this.Count);
PresentationFramework (2)
MS\Internal\Ink\EraserBehavior.cs (1)
224_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100);
MS\Internal\Ink\InkCollectionBehavior.cs (1)
244_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100);