8 references to StylusPointCollection
PresentationCore (8)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
532stylusPoints = new StylusPointCollection(stylusPointDescription, rawPointData, null, transform);
System\Windows\Input\Stylus\Common\RawStylusInput.cs (1)
81return new StylusPointCollection(_report.StylusPointDescription, _report.GetRawPacketData(), group, Matrix.Identity);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
794_currentStylusPoints = new StylusPointCollection(rsir.StylusPointDescription, rsir.GetRawPacketData(), GetTabletToElementTransform(null), Matrix.Identity); 863_currentStylusPoints = new StylusPointCollection(flickPoint.Description, 1124new StylusPointCollection(report.StylusPointDescription,
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (3)
1349new StylusPointCollection(report.StylusPointDescription, 1402new StylusPointCollection(report.StylusPointDescription, 1620_eventStylusPoints = new StylusPointCollection(stylusPoint.Description,