2 writes to smoothedCumulativeRotation
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
828this.smoothedCumulativeRotation = GetSmoothOrientation(); 976this.smoothedCumulativeRotation = 0.0f;
6 references to smoothedCumulativeRotation
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
379float previousSmoothedRotation = this.smoothedCumulativeRotation; 522this.smoothedCumulativeRotation - previousSmoothedRotation, 531this.smoothedCumulativeRotation, 565float smoothedRotate = this.smoothedCumulativeRotation; 827float previousSmoothedCumulativeRotation = this.smoothedCumulativeRotation; 829smoothedRotation = this.smoothedCumulativeRotation - previousSmoothedCumulativeRotation;