2 writes to _lastMouseScreenLocation
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1440_lastMouseScreenLocation = _lastScreenLocation; 1845set { _lastMouseScreenLocation = value; }
6 references to _lastMouseScreenLocation
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (6)
1270return _lastMouseScreenLocation; 1473if ((Math.Abs(_lastMouseScreenLocation.X - dragPosition.X) > delta.Width) || 1474(Math.Abs(_lastMouseScreenLocation.Y - dragPosition.Y) > delta.Height)) 1539ptScreen = _lastMouseScreenLocation; 1667Point pt = PointUtil.ScreenToClient(_lastMouseScreenLocation, mouseInputSource); 1844get { return _lastMouseScreenLocation; }