2 writes to smoothedCumulativeRotation
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
834this.smoothedCumulativeRotation = GetSmoothOrientation(); 982this.smoothedCumulativeRotation = 0.0f;
6 references to smoothedCumulativeRotation
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
385float previousSmoothedRotation = this.smoothedCumulativeRotation; 528this.smoothedCumulativeRotation - previousSmoothedRotation, 537this.smoothedCumulativeRotation, 571float smoothedRotate = this.smoothedCumulativeRotation; 833float previousSmoothedCumulativeRotation = this.smoothedCumulativeRotation; 835smoothedRotation = this.smoothedCumulativeRotation - previousSmoothedCumulativeRotation;