4 writes to Velocity
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (4)
452
this.initialTranslationX.
Velocity
= behavior.InitialVelocityX;
453
this.initialTranslationY.
Velocity
= behavior.InitialVelocityY;
472
this.initialOrientation.
Velocity
= behavior.InitialVelocity;
497
this.initialExpansion.
Velocity
= (behavior == null) ? float.NaN : behavior.InitialVelocityX;
7 references to Velocity
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (7)
617
new VectorD(this.initialTranslationX.
Velocity
, this.initialTranslationY.
Velocity
));
628
new VectorD(this.initialTranslationX.
Velocity
, this.initialTranslationY.
Velocity
));
1153
"Velocity=" + this.
Velocity
+
1248
this.InitialVelocity = initialState.
Velocity
* InertiaProcessor2D.millisecondsPerTimestampTick; // convert to timestamp units
1250
this.Offset = initialState.
Velocity
< 0 ? -initialState.AbsoluteOffset : initialState.AbsoluteOffset;