2 writes to smoothedCumulativeRotation
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
827this.smoothedCumulativeRotation = GetSmoothOrientation(); 975this.smoothedCumulativeRotation = 0.0f;
6 references to smoothedCumulativeRotation
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
378float previousSmoothedRotation = this.smoothedCumulativeRotation; 521this.smoothedCumulativeRotation - previousSmoothedRotation, 530this.smoothedCumulativeRotation, 564float smoothedRotate = this.smoothedCumulativeRotation; 826float previousSmoothedCumulativeRotation = this.smoothedCumulativeRotation; 828smoothedRotation = this.smoothedCumulativeRotation - previousSmoothedCumulativeRotation;