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