2 writes to _firstDownTime
PresentationCore (2)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (2)
67
_firstDownTime
= Environment.TickCount;
178
_firstDownTime
= 0;
1 reference to _firstDownTime
PresentationCore (1)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (1)
190
int sinceFirstDown = now -
_firstDownTime
;