9 references to smoothing
System.Windows.Input.Manipulations (9)
System\Windows\Input\Manipulations\ManipulationSequence.cs (9)
228if (this.smoothing.Count > 1) 231return CalculateMovingAverage(this.smoothing, delegate(ManipulationState item) { return item.Orientation; }, 0.0f); 244if (this.smoothing.Count > 1) 246return CalculateMovingAverage(this.smoothing, delegate(ManipulationState item) { return item.Expansion; }, 0.0f); 260if (this.smoothing.Count > 1) 264result = CalculateMovingAverage(this.smoothing, delegate(ManipulationState item) { return item.Scale; }, 1.0f); 644this.smoothing.Clear(); 816this.smoothing.SetSmoothingLevel(smoothingLevel); 819this.smoothing.Enqueue(new ManipulationState(