2 writes to _lastY
PresentationCore (2)
System\Windows\InterOp\HwndMouseInputProvider.cs (2)
1342
_lastY
= y;
1364
_lastY
= y;
1 reference to _lastY
PresentationCore (1)
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
1356
if(x != _lastX || y !=
_lastY
)