2 writes to smoothedCumulativeExpansion
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
840this.smoothedCumulativeExpansion = GetSmoothExpansion(); 983this.smoothedCumulativeExpansion = 0.0f;
7 references to smoothedCumulativeExpansion
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\ManipulationSequence.cs (7)
384float previousSmoothedExpansion = this.smoothedCumulativeExpansion; 523float expansionDelta = this.smoothedCumulativeExpansion - previousSmoothedExpansion; 540this.smoothedCumulativeExpansion, 541this.smoothedCumulativeExpansion); 570float smoothedExpansion = this.smoothedCumulativeExpansion; 839float previousSmoothedCumulativeExpansion = this.smoothedCumulativeExpansion; 841smoothedExpansion = this.smoothedCumulativeExpansion - previousSmoothedCumulativeExpansion;