File: artifacts\obj\System.Windows.Input.Manipulations\x86\Debug\net9.0\System.SR.cs
Project: src\src\Microsoft.DotNet.Wpf\src\System.Windows.Input.Manipulations\System.Windows.Input.Manipulations.csproj (System.Windows.Input.Manipulations)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Windows.Input.Manipulations
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Windows.Input.Manipulations.SR)));
 
        /// <summary>Value of {0} is outside of the allowed range.</summary>
        internal static string @ArgumentOutOfRange => GetResourceString("ArgumentOutOfRange");
        /// <summary>The value of {0} cannot be changed while the inertia processor is running.</summary>
        internal static string @CannotChangeParameterDuringInertia => GetResourceString("CannotChangeParameterDuringInertia");
        /// <summary>Value of {0} must be either NaN, or a finite value greater than or equal to 1.</summary>
        internal static string @IllegalPivotRadius => GetResourceString("IllegalPivotRadius");
        /// <summary>Either {0}, or {1} and {2}, needs to be specified.</summary>
        internal static string @InertiaParametersUnspecified1and2 => GetResourceString("InertiaParametersUnspecified1and2");
        /// <summary>Either {0} or {1} needs to be specified.</summary>
        internal static string @InertiaParametersUnspecified2 => GetResourceString("InertiaParametersUnspecified2");
        /// <summary>InitialRadius should be a finite number, greater than or equal to 1.</summary>
        internal static string @InertiaProcessorInvalidRadius => GetResourceString("InertiaProcessorInvalidRadius");
        /// <summary>Timestamp values must not decrease.</summary>
        internal static string @InvalidTimestamp => GetResourceString("InvalidTimestamp");
        /// <summary>At least one of the following must be specified: linear velocity ({0} or {1}), angular velocity ({2}), or expansion velocity ({3} or {4}).</summary>
        internal static string @NoInertiaVelocitiesSpecified => GetResourceString("NoInertiaVelocitiesSpecified");
        /// <summary>Currently, only proportional expansion is supported. {0} must equal {1}.</summary>
        internal static string @OnlyProportionalExpansionSupported => GetResourceString("OnlyProportionalExpansionSupported");
        /// <summary>Value of {0} must be finite.</summary>
        internal static string @ValueMustBeFinite => GetResourceString("ValueMustBeFinite");
        /// <summary>Value of {0} must be finite and non-negative.</summary>
        internal static string @ValueMustBeFiniteNonNegative => GetResourceString("ValueMustBeFiniteNonNegative");
        /// <summary>Value of {0} must be finite or NaN.</summary>
        internal static string @ValueMustBeFiniteOrNaN => GetResourceString("ValueMustBeFiniteOrNaN");
 
    }
}