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