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