1 write to LinearVelocity
PresentationCore (1)
System\Windows\Input\ManipulationVelocities.cs (1)
23LinearVelocity = linearVelocity;
3 references to LinearVelocity
PresentationCore (2)
System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (2)
106_translationBehavior = new InertiaTranslationBehavior(InitialVelocities.LinearVelocity); 244InertiaTranslationBehavior.ApplyParameters(_translationBehavior, processor, velocities.LinearVelocity);
PresentationFramework (1)
System\Windows\Controls\ScrollViewer.cs (1)
1942!DoubleUtil.AreClose(e.FinalVelocities.LinearVelocity, new Vector()) &&