2 writes to smoothedCumulativeExpansion
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
840
this.
smoothedCumulativeExpansion
= GetSmoothExpansion();
983
this.
smoothedCumulativeExpansion
= 0.0f;
7 references to smoothedCumulativeExpansion
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\ManipulationSequence.cs (7)
384
float previousSmoothedExpansion = this.
smoothedCumulativeExpansion
;
523
float expansionDelta = this.
smoothedCumulativeExpansion
- previousSmoothedExpansion;
540
this.
smoothedCumulativeExpansion
,
541
this.
smoothedCumulativeExpansion
);
570
float smoothedExpansion = this.
smoothedCumulativeExpansion
;
839
float previousSmoothedCumulativeExpansion = this.
smoothedCumulativeExpansion
;
841
smoothedExpansion = this.
smoothedCumulativeExpansion
- previousSmoothedCumulativeExpansion;