9 references to smoothing
System.Windows.Input.Manipulations (9)
System\Windows\Input\Manipulations\ManipulationSequence.cs (9)
227if (this.smoothing.Count > 1) 230return CalculateMovingAverage(this.smoothing, delegate(ManipulationState item) { return item.Orientation; }, 0.0f); 243if (this.smoothing.Count > 1) 245return CalculateMovingAverage(this.smoothing, delegate(ManipulationState item) { return item.Expansion; }, 0.0f); 259if (this.smoothing.Count > 1) 263result = CalculateMovingAverage(this.smoothing, delegate(ManipulationState item) { return item.Scale; }, 1.0f); 643this.smoothing.Clear(); 815this.smoothing.SetSmoothingLevel(smoothingLevel); 818this.smoothing.Enqueue(new ManipulationState(