4 references to GetVelocity
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
181
return
GetVelocity
(this.history, (item) => item.Position.X);
190
return
GetVelocity
(this.history, (item) => item.Position.Y);
199
return
GetVelocity
(this.history, (item) => item.Expansion);
209
return
GetVelocity
(this.history, (item) => AdjustOrientation(item.Orientation, firstSample.Orientation));