8 references to StylusPointCollection
PresentationCore (8)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
540stylusPoints = new StylusPointCollection(stylusPointDescription, rawPointData, null, transform);
System\Windows\Input\Stylus\Common\RawStylusInput.cs (1)
89return new StylusPointCollection(_report.StylusPointDescription, _report.GetRawPacketData(), group, Matrix.Identity);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
818_currentStylusPoints = new StylusPointCollection(rsir.StylusPointDescription, rsir.GetRawPacketData(), GetTabletToElementTransform(null), Matrix.Identity); 887_currentStylusPoints = new StylusPointCollection(flickPoint.Description, 1144new StylusPointCollection(report.StylusPointDescription,
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (3)
1381new StylusPointCollection(report.StylusPointDescription, 1434new StylusPointCollection(report.StylusPointDescription, 1652_eventStylusPoints = new StylusPointCollection(stylusPoint.Description,