2 writes to cumulativeTranslation
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
712this.cumulativeTranslation += translation; 971this.cumulativeTranslation = new VectorF(0.0f, 0.0f);
12 references to cumulativeTranslation
System.Windows.Input.Manipulations (12)
System\Windows\Input\Manipulations\ManipulationSequence.cs (12)
375VectorF previousTranslation = this.cumulativeTranslation; 411RaiseEvents(this.cumulativeTranslation, previousSmoothedScale, previousSmoothedExpansion, previousSmoothedRotation); 519this.cumulativeTranslation.X - previousTranslation.X, 520this.cumulativeTranslation.Y - previousTranslation.Y, 528this.cumulativeTranslation.X, 529this.cumulativeTranslation.Y, 561VectorF translate = this.cumulativeTranslation; 718this.cumulativeTranslation.X = ForceFinite(this.cumulativeTranslation.X); 719this.cumulativeTranslation.Y = ForceFinite(this.cumulativeTranslation.Y); 819(PointF)this.cumulativeTranslation,