2 writes to _lastScreenLocation
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1431
_lastScreenLocation
= PointUtil.ClientToScreen(pt, inputSource);
1646
_lastScreenLocation
= PointUtil.ClientToScreen(pt, inputSource);
3 references to _lastScreenLocation
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (3)
320
Point ptDevice = PointUtil.ScreenToClient(
_lastScreenLocation
, _inputSource);
1192
Point ptClient = PointUtil.ScreenToClient(
_lastScreenLocation
, relativePresentationSource);
1439
_lastMouseScreenLocation =
_lastScreenLocation
;