2 writes to Velocity
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (2)
436Velocity = 0, 443newData.Velocity = newData.Displacement / _timePeriod;
1 reference to Velocity
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (1)
458_flickTimeLowVelocity += (newData.Velocity < _flickMinimumVelocity) ? _timePeriod : 0;