2 writes to cumulativeTranslation
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
713this.cumulativeTranslation += translation; 972this.cumulativeTranslation = new VectorF(0.0f, 0.0f);
12 references to cumulativeTranslation
System.Windows.Input.Manipulations (12)
System\Windows\Input\Manipulations\ManipulationSequence.cs (12)
376VectorF previousTranslation = this.cumulativeTranslation; 412RaiseEvents(this.cumulativeTranslation, previousSmoothedScale, previousSmoothedExpansion, previousSmoothedRotation); 520this.cumulativeTranslation.X - previousTranslation.X, 521this.cumulativeTranslation.Y - previousTranslation.Y, 529this.cumulativeTranslation.X, 530this.cumulativeTranslation.Y, 562VectorF translate = this.cumulativeTranslation; 719this.cumulativeTranslation.X = ForceFinite(this.cumulativeTranslation.X); 720this.cumulativeTranslation.Y = ForceFinite(this.cumulativeTranslation.Y); 820(PointF)this.cumulativeTranslation,