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)
1306
if(x != _lastX || y !=
_lastY
)