2 writes to _lastUpHandled
PresentationCore (2)
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
1069
_lastUpHandled
= false;
1108
_lastUpHandled
= true;
1 reference to _lastUpHandled
PresentationCore (1)
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
1075
return
_lastUpHandled
;