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