3 writes to cumulativeRotation
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\ManipulationSequence.cs (3)
715this.cumulativeRotation += rotation; 721this.cumulativeRotation = ForceFinite(cumulativeRotation); 974this.cumulativeRotation = 0.0f;
4 references to cumulativeRotation
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
235return this.cumulativeRotation; 721this.cumulativeRotation = ForceFinite(cumulativeRotation); 746this.cumulativeRotation, 823this.cumulativeRotation,