2 writes to _lastScreenLocation
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1429
_lastScreenLocation
= PointUtil.ClientToScreen(pt, inputSource);
1644
_lastScreenLocation
= PointUtil.ClientToScreen(pt, inputSource);
3 references to _lastScreenLocation
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (3)
324
Point ptDevice = PointUtil.ScreenToClient(
_lastScreenLocation
, _inputSource);
1190
Point ptClient = PointUtil.ScreenToClient(
_lastScreenLocation
, relativePresentationSource);
1437
_lastMouseScreenLocation =
_lastScreenLocation
;