3 writes to cumulativeRotation
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\ManipulationSequence.cs (3)
721this.cumulativeRotation += rotation; 727this.cumulativeRotation = ForceFinite(cumulativeRotation); 980this.cumulativeRotation = 0.0f;
4 references to cumulativeRotation
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
238return this.cumulativeRotation; 727this.cumulativeRotation = ForceFinite(cumulativeRotation); 752this.cumulativeRotation, 829this.cumulativeRotation,