4 writes to cumulativeScale
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
720this.cumulativeScale *= scaleFactor; 728this.cumulativeScale = ForceFinite(this.cumulativeScale); 729this.cumulativeScale = ForcePositive(this.cumulativeScale); 979this.cumulativeScale = 1.0f;
6 references to cumulativeScale
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
270result = this.cumulativeScale; 276result = this.cumulativeScale; 728this.cumulativeScale = ForceFinite(this.cumulativeScale); 729this.cumulativeScale = ForcePositive(this.cumulativeScale); 750this.cumulativeScale, 827this.cumulativeScale,