2 writes to _lastMoveHandled
PresentationCore (2)
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
1052
_lastMoveHandled
= false;
1098
_lastMoveHandled
= true;
1 reference to _lastMoveHandled
PresentationCore (1)
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
1058
return
_lastMoveHandled
;