2 writes to smoothedCumulativeExpansion
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
834this.smoothedCumulativeExpansion = GetSmoothExpansion(); 977this.smoothedCumulativeExpansion = 0.0f;
7 references to smoothedCumulativeExpansion
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\ManipulationSequence.cs (7)
378float previousSmoothedExpansion = this.smoothedCumulativeExpansion; 517float expansionDelta = this.smoothedCumulativeExpansion - previousSmoothedExpansion; 534this.smoothedCumulativeExpansion, 535this.smoothedCumulativeExpansion); 564float smoothedExpansion = this.smoothedCumulativeExpansion; 833float previousSmoothedCumulativeExpansion = this.smoothedCumulativeExpansion; 835smoothedExpansion = this.smoothedCumulativeExpansion - previousSmoothedCumulativeExpansion;