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