2 writes to _lastY
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (2)
1292_lastY = y; 1314_lastY = y;
1 reference to _lastY
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (1)
1306if(x != _lastX || y != _lastY)