3 references to millisecondsPerTimestampTick
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (3)
45
private const double millisecondsPerTimestampTickSquared =
millisecondsPerTimestampTick
*
millisecondsPerTimestampTick
;
1248
this.InitialVelocity = initialState.Velocity * InertiaProcessor2D.
millisecondsPerTimestampTick
; // convert to timestamp units