File: artifacts\obj\UIAutomationClient\Debug\net9.0\System.SR.cs
Project: src\src\Microsoft.DotNet.Wpf\src\UIAutomation\UIAutomationClient\UIAutomationClient.csproj (UIAutomationClient)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.UIAutomationClient
{
    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.UIAutomationClient.SR)));
 
        /// <summary>'{0}' assembly not found.</summary>
        internal static string @Assembly0NotFound => GetResourceString("Assembly0NotFound");
        /// <summary>Must specify at least one property for AddAutomationPropertyChangedHandler.</summary>
        internal static string @AtLeastOnePropertyMustBeSpecified => GetResourceString("AtLeastOnePropertyMustBeSpecified");
        /// <summary>Cannot request a property or pattern that is not cached.</summary>
        internal static string @CachedPropertyNotRequested => GetResourceString("CachedPropertyNotRequested");
        /// <summary>CacheRequest.Pop was called on a CacheRequest that was not the current top-of-stack request.</summary>
        internal static string @CacheReqestCanOnlyPopTop => GetResourceString("CacheReqestCanOnlyPopTop");
        /// <summary>Cannot modify a CacheRequest while it is active on any thread.</summary>
        internal static string @CacheReqestCantModifyWhileActive => GetResourceString("CacheReqestCantModifyWhileActive");
        /// <summary>Cannot access cached properties on a pattern returned from GetCurrentPattern.</summary>
        internal static string @CacheRequestNeedCache => GetResourceString("CacheRequestNeedCache");
        /// <summary>Cannot perform this operation on an AutomationElement that contains only cached data. The requested operation requires a Full or Lightweight reference.</summary>
        internal static string @CacheRequestNeedElementReference => GetResourceString("CacheRequestNeedElementReference");
        /// <summary>Cannot access current properties on a pattern that contains only cached data.</summary>
        internal static string @CacheRequestNeedLiveForProperties => GetResourceString("CacheRequestNeedLiveForProperties");
        /// <summary>Text pattern cannot be cached.</summary>
        internal static string @CantPrefetchTextPattern => GetResourceString("CantPrefetchTextPattern");
        /// <summary>Cannot find Register method on type '{0}' in assembly '{1}'.</summary>
        internal static string @CouldNotFindRegisterMethodOnType0InAssembly1 => GetResourceString("CouldNotFindRegisterMethodOnType0InAssembly1");
        /// <summary>Cannot find type '{0}' in assembly '{1}'.</summary>
        internal static string @CouldNotFindType0InAssembly1 => GetResourceString("CouldNotFindType0InAssembly1");
        /// <summary>eventId not valid. Use AddAutomationFocusChangedEventHandler to listen for focus changes.</summary>
        internal static string @EventIdMustNotBeAutomationFocusChanged => GetResourceString("EventIdMustNotBeAutomationFocusChanged");
        /// <summary>eventId not valid. Use AddAutomationPropertyChangedEventHandler to listen for property changes.</summary>
        internal static string @EventIdMustNotBeAutomationPropertyChanged => GetResourceString("EventIdMustNotBeAutomationPropertyChanged");
        /// <summary>eventId not valid. Use AddStructureChangedEventHandler to listen for tree structure changes.</summary>
        internal static string @EventIdMustNotBeStructureChanged => GetResourceString("EventIdMustNotBeStructureChanged");
        /// <summary>'{0}' is not a valid type or is not a valid value.</summary>
        internal static string @GenericInvalidArgument => GetResourceString("GenericInvalidArgument");
        /// <summary>hwnd cannot be IntPtr.Zero or null.</summary>
        internal static string @HwndMustBeNonNULL => GetResourceString("HwndMustBeNonNULL");
        /// <summary>IgnoreCase flag can only be used with string arguments.</summary>
        internal static string @IgnoreCaseRequiresString => GetResourceString("IgnoreCaseRequiresString");
        /// <summary>The AutomationElement has no clickable point.</summary>
        internal static string @LogicalElementNoClickablePoint => GetResourceString("LogicalElementNoClickablePoint");
        /// <summary>Must specify at least two conditions.</summary>
        internal static string @MustBeAtLeastTwoConditions => GetResourceString("MustBeAtLeastTwoConditions");
        /// <summary>#nonclient classname cannot be used with flags or image name.</summary>
        internal static string @NonclientClassnameCannotBeUsedWithFlagsOrImagename => GetResourceString("NonclientClassnameCannotBeUsedWithFlagsOrImagename");
        /// <summary>Operation cannot be performed.</summary>
        internal static string @OperationCannotBePerformed => GetResourceString("OperationCannotBePerformed");
        /// <summary>WindowClosed event is only applicable to RootElement and TreeScope.Subtree or an element that implements WindowPattern.</summary>
        internal static string @ParamsNotApplicableToWindowClosedEvent => GetResourceString("ParamsNotApplicableToWindowClosedEvent");
        /// <summary>PropertyCondition value for property '{0}' must be '{1}'.</summary>
        internal static string @PropertyConditionIncorrectType => GetResourceString("PropertyConditionIncorrectType");
        /// <summary>Screen coordinate is outside the bounding rectangle.</summary>
        internal static string @ScreenCoordinatesOutsideBoundingRect => GetResourceString("ScreenCoordinatesOutsideBoundingRect");
        /// <summary>Target element cannot receive focus.</summary>
        internal static string @SetFocusFailed => GetResourceString("SetFocusFailed");
        /// <summary>'{0}' text attribute value is type '{1}', but expected type '{2}'.</summary>
        internal static string @TextAttributeValueWrongType => GetResourceString("TextAttributeValueWrongType");
        /// <summary>Text argument cannot be a null or empty string.</summary>
        internal static string @TextMustNotBeNullOrEmpty => GetResourceString("TextMustNotBeNullOrEmpty");
        /// <summary>Only TreeScope.Element, TreeScope.Children, and TreeScope.Descendants are valid for this call.</summary>
        internal static string @TreeScopeElementChildrenDescendantsOnly => GetResourceString("TreeScopeElementChildrenDescendantsOnly");
        /// <summary>Must specify at least one of TreeScope.Element, TreeScope.Children, or TreeScope.Descendants.</summary>
        internal static string @TreeScopeNeedAtLeastOne => GetResourceString("TreeScopeNeedAtLeastOne");
        /// <summary>Unrecognized WindowVisualState value.</summary>
        internal static string @UnexpectedWindowState => GetResourceString("UnexpectedWindowState");
        /// <summary>Unrecognized error.</summary>
        internal static string @UnknownCoreAPIError => GetResourceString("UnknownCoreAPIError");
        /// <summary>Unsupported TextAttribute.</summary>
        internal static string @UnsupportedAttribute => GetResourceString("UnsupportedAttribute");
        /// <summary>Unsupported Pattern.</summary>
        internal static string @UnsupportedPattern => GetResourceString("UnsupportedPattern");
        /// <summary>Unsupported Property.</summary>
        internal static string @UnsupportedProperty => GetResourceString("UnsupportedProperty");
        /// <summary>Value is read-only.</summary>
        internal static string @ValueReadonly => GetResourceString("ValueReadonly");
 
    }
}