2 writes to _lastDownHandled
PresentationCore (2)
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
1035
_lastDownHandled
= false;
1103
_lastDownHandled
= true;
1 reference to _lastDownHandled
PresentationCore (1)
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
1041
return
_lastDownHandled
;