5 references to ForceFinite
System.Windows.Input.Manipulations (5)
System\Windows\Input\Manipulations\ManipulationSequence.cs (5)
725this.cumulativeTranslation.X = ForceFinite(this.cumulativeTranslation.X); 726this.cumulativeTranslation.Y = ForceFinite(this.cumulativeTranslation.Y); 727this.cumulativeRotation = ForceFinite(cumulativeRotation); 728this.cumulativeScale = ForceFinite(this.cumulativeScale); 730this.cumulativeExpansion = ForceFinite(this.cumulativeExpansion);