2 writes to _lastMoveHandled
PresentationCore (2)
System\Windows\Input\TouchDevice.cs (2)
962
_lastMoveHandled
= false;
999
_lastMoveHandled
= true;
1 reference to _lastMoveHandled
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
968
return
_lastMoveHandled
;