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