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