2 writes to smoothedCumulativeExpansion
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
833
this.
smoothedCumulativeExpansion
= GetSmoothExpansion();
976
this.
smoothedCumulativeExpansion
= 0.0f;
7 references to smoothedCumulativeExpansion
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\ManipulationSequence.cs (7)
377
float previousSmoothedExpansion = this.
smoothedCumulativeExpansion
;
516
float expansionDelta = this.
smoothedCumulativeExpansion
- previousSmoothedExpansion;
533
this.
smoothedCumulativeExpansion
,
534
this.
smoothedCumulativeExpansion
);
563
float smoothedExpansion = this.
smoothedCumulativeExpansion
;
832
float previousSmoothedCumulativeExpansion = this.
smoothedCumulativeExpansion
;
834
smoothedExpansion = this.
smoothedCumulativeExpansion
- previousSmoothedCumulativeExpansion;