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