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