2 writes to _isDown
PresentationCore (2)
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
699
_isDown
= true;
747
_isDown
= false;
1 reference to _isDown
PresentationCore (1)
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
209
if (
_isDown
)