4 references to GetVelocity
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
177
return
GetVelocity
(this.history, (item) => item.Position.X);
186
return
GetVelocity
(this.history, (item) => item.Position.Y);
195
return
GetVelocity
(this.history, (item) => item.Expansion);
205
return
GetVelocity
(this.history, (item) => AdjustOrientation(item.Orientation, firstSample.Orientation));