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