5 references to ForceFinite
System.Windows.Input.Manipulations (5)
System\Windows\Input\Manipulations\ManipulationSequence.cs (5)
718this.cumulativeTranslation.X = ForceFinite(this.cumulativeTranslation.X); 719this.cumulativeTranslation.Y = ForceFinite(this.cumulativeTranslation.Y); 720this.cumulativeRotation = ForceFinite(cumulativeRotation); 721this.cumulativeScale = ForceFinite(this.cumulativeScale); 723this.cumulativeExpansion = ForceFinite(this.cumulativeExpansion);