3 references to CalculateMovingAverage
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\ManipulationSequence.cs (3)
234
return
CalculateMovingAverage
(this.smoothing, delegate(ManipulationState item) { return item.Orientation; }, 0.0f);
249
return
CalculateMovingAverage
(this.smoothing, delegate(ManipulationState item) { return item.Expansion; }, 0.0f);
267
result =
CalculateMovingAverage
(this.smoothing, delegate(ManipulationState item) { return item.Scale; }, 1.0f);