We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72ca46 commit 8882fa7Copy full SHA for 8882fa7
src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/AnimatedTypeHelpers.cs
@@ -683,7 +683,7 @@ internal static bool IsValidAnimationValueRotation3D(Rotation3D value)
683
684
internal static bool IsValidAnimationValueSingle(float value)
685
{
686
- return double.IsFinite(value);
+ return float.IsFinite(value);
687
}
688
689
internal static bool IsValidAnimationValueSize(Size value)
0 commit comments