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