2 references to timestampTicksPerMillisecond
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (2)
43
private const double millisecondsPerTimestampTick = 1.0 /
timestampTicksPerMillisecond
;
1261
result *=
timestampTicksPerMillisecond
;