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