2 writes to cumulativeTranslation
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
719this.cumulativeTranslation += translation; 978this.cumulativeTranslation = new VectorF(0.0f, 0.0f);
12 references to cumulativeTranslation
System.Windows.Input.Manipulations (12)
System\Windows\Input\Manipulations\ManipulationSequence.cs (12)
382VectorF previousTranslation = this.cumulativeTranslation; 418RaiseEvents(this.cumulativeTranslation, previousSmoothedScale, previousSmoothedExpansion, previousSmoothedRotation); 526this.cumulativeTranslation.X - previousTranslation.X, 527this.cumulativeTranslation.Y - previousTranslation.Y, 535this.cumulativeTranslation.X, 536this.cumulativeTranslation.Y, 568VectorF translate = this.cumulativeTranslation; 725this.cumulativeTranslation.X = ForceFinite(this.cumulativeTranslation.X); 726this.cumulativeTranslation.Y = ForceFinite(this.cumulativeTranslation.Y); 826(PointF)this.cumulativeTranslation,