2 writes to smoothedCumulativeExpansion
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
834
this.
smoothedCumulativeExpansion
= GetSmoothExpansion();
977
this.
smoothedCumulativeExpansion
= 0.0f;
7 references to smoothedCumulativeExpansion
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\ManipulationSequence.cs (7)
378
float previousSmoothedExpansion = this.
smoothedCumulativeExpansion
;
517
float expansionDelta = this.
smoothedCumulativeExpansion
- previousSmoothedExpansion;
534
this.
smoothedCumulativeExpansion
,
535
this.
smoothedCumulativeExpansion
);
564
float smoothedExpansion = this.
smoothedCumulativeExpansion
;
833
float previousSmoothedCumulativeExpansion = this.
smoothedCumulativeExpansion
;
835
smoothedExpansion = this.
smoothedCumulativeExpansion
- previousSmoothedCumulativeExpansion;