3 writes to cumulativeRotation
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\ManipulationSequence.cs (3)
714this.cumulativeRotation += rotation; 720this.cumulativeRotation = ForceFinite(cumulativeRotation); 973this.cumulativeRotation = 0.0f;
4 references to cumulativeRotation
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
234return this.cumulativeRotation; 720this.cumulativeRotation = ForceFinite(cumulativeRotation); 745this.cumulativeRotation, 822this.cumulativeRotation,