2 writes to smoothedCumulativeScale
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
846
this.
smoothedCumulativeScale
= GetSmoothScale();
984
this.
smoothedCumulativeScale
= 1.0f;
7 references to smoothedCumulativeScale
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\ManipulationSequence.cs (7)
383
float previousSmoothedScale = this.
smoothedCumulativeScale
;
522
float scaleDelta = this.
smoothedCumulativeScale
/ previousSmoothedScale;
538
this.
smoothedCumulativeScale
,
539
this.
smoothedCumulativeScale
,
569
float smoothedScale = this.
smoothedCumulativeScale
;
845
float previousSmoothedCumulativeScale = this.
smoothedCumulativeScale
;
847
smoothedScale = this.
smoothedCumulativeScale
/ previousSmoothedCumulativeScale;