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