9 references to smoothing
System.Windows.Input.Manipulations (9)
System\Windows\Input\Manipulations\ManipulationSequence.cs (9)
231if (this.smoothing.Count > 1) 234return CalculateMovingAverage(this.smoothing, delegate(ManipulationState item) { return item.Orientation; }, 0.0f); 247if (this.smoothing.Count > 1) 249return CalculateMovingAverage(this.smoothing, delegate(ManipulationState item) { return item.Expansion; }, 0.0f); 263if (this.smoothing.Count > 1) 267result = CalculateMovingAverage(this.smoothing, delegate(ManipulationState item) { return item.Scale; }, 1.0f); 650this.smoothing.Clear(); 822this.smoothing.SetSmoothingLevel(smoothingLevel); 825this.smoothing.Enqueue(new ManipulationState(