2 writes to smoothedCumulativeExpansion
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
833this.smoothedCumulativeExpansion = GetSmoothExpansion(); 976this.smoothedCumulativeExpansion = 0.0f;
7 references to smoothedCumulativeExpansion
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\ManipulationSequence.cs (7)
377float previousSmoothedExpansion = this.smoothedCumulativeExpansion; 516float expansionDelta = this.smoothedCumulativeExpansion - previousSmoothedExpansion; 533this.smoothedCumulativeExpansion, 534this.smoothedCumulativeExpansion); 563float smoothedExpansion = this.smoothedCumulativeExpansion; 832float previousSmoothedCumulativeExpansion = this.smoothedCumulativeExpansion; 834smoothedExpansion = this.smoothedCumulativeExpansion - previousSmoothedCumulativeExpansion;