2 writes to _lastDownHandled
PresentationCore (2)
System\Windows\Input\TouchDevice.cs (2)
950
_lastDownHandled
= false;
1004
_lastDownHandled
= true;
1 reference to _lastDownHandled
PresentationCore (1)
System\Windows\Input\TouchDevice.cs (1)
956
return
_lastDownHandled
;