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