2 writes to smoothedCumulativeScale
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
840
this.
smoothedCumulativeScale
= GetSmoothScale();
978
this.
smoothedCumulativeScale
= 1.0f;
7 references to smoothedCumulativeScale
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\ManipulationSequence.cs (7)
377
float previousSmoothedScale = this.
smoothedCumulativeScale
;
516
float scaleDelta = this.
smoothedCumulativeScale
/ previousSmoothedScale;
532
this.
smoothedCumulativeScale
,
533
this.
smoothedCumulativeScale
,
563
float smoothedScale = this.
smoothedCumulativeScale
;
839
float previousSmoothedCumulativeScale = this.
smoothedCumulativeScale
;
841
smoothedScale = this.
smoothedCumulativeScale
/ previousSmoothedCumulativeScale;