4 writes to cumulativeScale
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
714this.cumulativeScale *= scaleFactor; 722this.cumulativeScale = ForceFinite(this.cumulativeScale); 723this.cumulativeScale = ForcePositive(this.cumulativeScale); 973this.cumulativeScale = 1.0f;
6 references to cumulativeScale
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
267result = this.cumulativeScale; 273result = this.cumulativeScale; 722this.cumulativeScale = ForceFinite(this.cumulativeScale); 723this.cumulativeScale = ForcePositive(this.cumulativeScale); 744this.cumulativeScale, 821this.cumulativeScale,