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