4 references to GetStylusPoints
PresentationCore (4)
System\Windows\Input\Stylus\Common\RawStylusInput.cs (1)
68
return
GetStylusPoints
(Transform.Identity);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
812
_currentStylusPoints = rsir.RawStylusInput.
GetStylusPoints
(transformToElement);
1122
_currentStylusPoints = report.RawStylusInput.
GetStylusPoints
(transformToElement);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1345
_eventStylusPoints = report.RawStylusInput.
GetStylusPoints
(transformToElement);