2 writes to _firstUpTime
PresentationCore (2)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (2)
90_firstUpTime = Environment.TickCount; 179_firstUpTime = 0;
1 reference to _firstUpTime
PresentationCore (1)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (1)
191int sinceFirstUp = now - _firstUpTime;