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