4 references to GetVelocity
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
178
return
GetVelocity
(this.history, (item) => item.Position.X);
187
return
GetVelocity
(this.history, (item) => item.Position.Y);
196
return
GetVelocity
(this.history, (item) => item.Expansion);
206
return
GetVelocity
(this.history, (item) => AdjustOrientation(item.Orientation, firstSample.Orientation));