2 writes to _lastUpHandled
PresentationCore (2)
System\Windows\Input\TouchDevice.cs (2)
974
_lastUpHandled
= false;
1009
_lastUpHandled
= true;
1 reference to _lastUpHandled
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
980
return
_lastUpHandled
;