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