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)
191
int sinceFirstUp = now -
_firstUpTime
;