2 writes to smoothedCumulativeScale
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
839
this.
smoothedCumulativeScale
= GetSmoothScale();
977
this.
smoothedCumulativeScale
= 1.0f;
7 references to smoothedCumulativeScale
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\ManipulationSequence.cs (7)
376
float previousSmoothedScale = this.
smoothedCumulativeScale
;
515
float scaleDelta = this.
smoothedCumulativeScale
/ previousSmoothedScale;
531
this.
smoothedCumulativeScale
,
532
this.
smoothedCumulativeScale
,
562
float smoothedScale = this.
smoothedCumulativeScale
;
838
float previousSmoothedCumulativeScale = this.
smoothedCumulativeScale
;
840
smoothedScale = this.
smoothedCumulativeScale
/ previousSmoothedCumulativeScale;