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