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