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)
190int sinceFirstDown = now - _firstDownTime;