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