4 writes to cumulativeScale
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
713this.cumulativeScale *= scaleFactor; 721this.cumulativeScale = ForceFinite(this.cumulativeScale); 722this.cumulativeScale = ForcePositive(this.cumulativeScale); 972this.cumulativeScale = 1.0f;
6 references to cumulativeScale
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
266result = this.cumulativeScale; 272result = this.cumulativeScale; 721this.cumulativeScale = ForceFinite(this.cumulativeScale); 722this.cumulativeScale = ForcePositive(this.cumulativeScale); 743this.cumulativeScale, 820this.cumulativeScale,