File: artifacts\obj\PresentationCore\Debug\net9.0\MS.Internal.PresentationCore.SR.cs
Project: src\src\Microsoft.DotNet.Wpf\src\PresentationCore\PresentationCore.csproj (PresentationCore)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.PresentationCore
{
    internal static class SR { }
}
namespace MS.Internal.PresentationCore
{
    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.PresentationCore.SR)));
 
        /// <summary>'{0}' is not a single Unicode character.</summary>
        internal static string @AccessKeyManager_NotAUnicodeCharacter => GetResourceString("AccessKeyManager_NotAUnicodeCharacter");
        /// <summary>Text formatting engine cannot acquire break record due to error: '{0}'.</summary>
        internal static string @AcquireBreakRecordFailure => GetResourceString("AcquireBreakRecordFailure");
        /// <summary>Text formatting engine cannot acquire text penalty module due to error: '{0}'.</summary>
        internal static string @AcquirePenaltyModuleFailure => GetResourceString("AcquirePenaltyModuleFailure");
        /// <summary>Cannot add text to '{0}'.</summary>
        internal static string @AddText_Invalid => GetResourceString("AddText_Invalid");
        /// <summary>If AllGestures is specified, it must be the only ApplicationGesture in the ApplicationGesture array.</summary>
        internal static string @AllGesturesMustExistAlone => GetResourceString("AllGesturesMustExistAlone");
        /// <summary>AnimationTimeline of type '{0}' cannot be used to animate the '{1}' property of type '{2}'.</summary>
        internal static string @Animation_AnimationTimelineTypeMismatch => GetResourceString("Animation_AnimationTimelineTypeMismatch");
        /// <summary>The animation(s) applied to the '{0}' property calculate a current value of '{1}', which is not a valid value for the property.</summary>
        internal static string @Animation_CalculatedValueIsInvalidForProperty => GetResourceString("Animation_CalculatedValueIsInvalidForProperty");
        /// <summary>A child of KeyFrameAnimation in XAML must be a KeyFrame of a compatible type.</summary>
        internal static string @Animation_ChildMustBeKeyFrame => GetResourceString("Animation_ChildMustBeKeyFrame");
        /// <summary>One of the animations in the timeline is a '{0}' and cannot be used to animate a property of type '{1}'.</summary>
        internal static string @Animation_ChildTypeMismatch => GetResourceString("Animation_ChildTypeMismatch");
        /// <summary>'{0}' property is not animatable on '{1}' class because the IsAnimationProhibited flag has been set on the UIPropertyMetadata used to associate the property with the class.</summary>
        internal static string @Animation_DependencyPropertyIsNotAnimatable => GetResourceString("Animation_DependencyPropertyIsNotAnimatable");
        /// <summary>Cannot animate the '{0}' property on a '{1}' using a '{2}'. For details see the inner exception.</summary>
        internal static string @Animation_Exception => GetResourceString("Animation_Exception");
        /// <summary>'{0}' is not a valid '{1}' value for class '{2}'. This value might have been supplied by the base value of the property being animated or the output value of another animation applied to the same property.</summary>
        internal static string @Animation_InvalidBaseValue => GetResourceString("Animation_InvalidBaseValue");
        /// <summary>Resolved KeyTime for key frame at index {1} cannot be greater than resolved KeyTime for key frame at index {4}. KeyFrames[{1}] has specified KeyTime '{2}', which resolves to time {3}Animation_InvalidAnimationUsingKeyFramesDuration</summary>
        internal static string @Animation_InvalidResolvedKeyTimes => GetResourceString("Animation_InvalidResolvedKeyTimes");
        /// <summary>'{2}' KeyTime value is not valid for key frame at index {1} of this '{0}' because it is greater than animation's Duration value '{3}'.</summary>
        internal static string @Animation_InvalidTimeKeyTime => GetResourceString("Animation_InvalidTimeKeyTime");
        /// <summary>'{0}' cannot use default {1} value of '{2}'.</summary>
        internal static string @Animation_Invalid_DefaultValue => GetResourceString("Animation_Invalid_DefaultValue");
        /// <summary>Cannot set '{0}' to '{1}'. KeySpline values must be between 0.0 and 1.0.</summary>
        internal static string @Animation_KeySpline_InvalidValue => GetResourceString("Animation_KeySpline_InvalidValue");
        /// <summary>'{0}' is not a valid Percent value for a KeyTime. The Percent value must be a number from 0.0 to 1.0.</summary>
        internal static string @Animation_KeyTime_InvalidPercentValue => GetResourceString("Animation_KeyTime_InvalidPercentValue");
        /// <summary>Cannot create a KeyTime with the value '{0}' because it is less than zero.</summary>
        internal static string @Animation_KeyTime_LessThanZero => GetResourceString("Animation_KeyTime_LessThanZero");
        /// <summary>'{0}' value is not valid because it contains no animations.</summary>
        internal static string @Animation_NoAnimationsSpecified => GetResourceString("Animation_NoAnimationsSpecified");
        /// <summary>KeyFrameAnimation objects cannot have text objects as children.</summary>
        internal static string @Animation_NoTextChildren => GetResourceString("Animation_NoTextChildren");
        /// <summary>A '{0}' on the '{1}' property of a '{2}' returned a current value of UnsetValue.Instance, which is not valid.</summary>
        internal static string @Animation_ReturnedUnsetValueInstance => GetResourceString("Animation_ReturnedUnsetValueInstance");
        /// <summary>The HandoffBehavior value is not valid.</summary>
        internal static string @Animation_UnrecognizedHandoffBehavior => GetResourceString("Animation_UnrecognizedHandoffBehavior");
        /// <summary>This AnimationEffect is already attached to a UIElement.</summary>
        internal static string @AnimEffect_AlreadyAttached => GetResourceString("AnimEffect_AlreadyAttached");
        /// <summary>This AnimationEffectCollection is already being used by another UIElement.</summary>
        internal static string @AnimEffect_CollectionInUse => GetResourceString("AnimEffect_CollectionInUse");
        /// <summary>This AnimationEffect is not attached to a Visual.</summary>
        internal static string @AnimEffect_NoVisual => GetResourceString("AnimEffect_NoVisual");
        /// <summary>The ApplicationGesture array must contain at least one member.</summary>
        internal static string @ApplicationGestureArrayLengthIsZero => GetResourceString("ApplicationGestureArrayLengthIsZero");
        /// <summary>The specified ApplicationGesture is not valid.</summary>
        internal static string @ApplicationGestureIsInvalid => GetResourceString("ApplicationGestureIsInvalid");
        /// <summary>Automation client cannot access UI because application is shutting down.</summary>
        internal static string @AutomationDispatcherShutdown => GetResourceString("AutomationDispatcherShutdown");
        /// <summary>Timeout occurred while attempting to access UI. The application might be busy or unresponsive.</summary>
        internal static string @AutomationTimeout => GetResourceString("AutomationTimeout");
        /// <summary>'{0}' is not a valid System.Windows.Automation.AutomationPeer. It is expected to be associated with a Window known to Automation.</summary>
        internal static string @Automation_InvalidConnectedPeer => GetResourceString("Automation_InvalidConnectedPeer");
        /// <summary>'{0}' is not a valid System.Windows.Automation.AutomationEvent.</summary>
        internal static string @Automation_InvalidEventId => GetResourceString("Automation_InvalidEventId");
        /// <summary>'{0}' is not a valid System.Windows.Automation.SynchronizedInputType.</summary>
        internal static string @Automation_InvalidSynchronizedInputType => GetResourceString("Automation_InvalidSynchronizedInputType");
        /// <summary>Recursive call to Automation Peer API is not valid.</summary>
        internal static string @Automation_RecursivePublicCall => GetResourceString("Automation_RecursivePublicCall");
        /// <summary>Unsupported UI Automation event association.</summary>
        internal static string @Automation_UnsupportedUIAutomationEventAssociation => GetResourceString("Automation_UnsupportedUIAutomationEventAssociation");
        /// <summary>BitmapCacheBrush does not support Opacity.</summary>
        internal static string @BitmapCacheBrush_OpacityChanged => GetResourceString("BitmapCacheBrush_OpacityChanged");
        /// <summary>BitmapCacheBrush does not support RelativeTransform.</summary>
        internal static string @BitmapCacheBrush_RelativeTransformChanged => GetResourceString("BitmapCacheBrush_RelativeTransformChanged");
        /// <summary>BitmapCacheBrush does not support Transform.</summary>
        internal static string @BitmapCacheBrush_TransformChanged => GetResourceString("BitmapCacheBrush_TransformChanged");
        /// <summary>Alt+Left;Backspace</summary>
        internal static string @BrowseBackKeyDisplayString => GetResourceString("BrowseBackKeyDisplayString");
        /// <summary>Back</summary>
        internal static string @BrowseBackText => GetResourceString("BrowseBackText");
        /// <summary>Alt+Right;Shift+Backspace</summary>
        internal static string @BrowseForwardKeyDisplayString => GetResourceString("BrowseForwardKeyDisplayString");
        /// <summary>Forward</summary>
        internal static string @BrowseForwardText => GetResourceString("BrowseForwardText");
        /// <summary>Alt+Home;BrowserHome</summary>
        internal static string @BrowseHomeKeyDisplayString => GetResourceString("BrowseHomeKeyDisplayString");
        /// <summary>Home</summary>
        internal static string @BrowseHomeText => GetResourceString("BrowseHomeText");
        /// <summary>Alt+Esc;BrowserStop</summary>
        internal static string @BrowseStopKeyDisplayString => GetResourceString("BrowseStopKeyDisplayString");
        /// <summary>Stop</summary>
        internal static string @BrowseStopText => GetResourceString("BrowseStopText");
        /// <summary>Unrecognized brush type in BAML file.</summary>
        internal static string @BrushUnknownBamlType => GetResourceString("BrushUnknownBamlType");
        /// <summary>Cannot access a disposed HTTP byte range downloader.</summary>
        internal static string @ByteRangeDownloaderDisposed => GetResourceString("ByteRangeDownloaderDisposed");
        /// <summary>Byte range request failed.</summary>
        internal static string @ByteRangeDownloaderErroredOut => GetResourceString("ByteRangeDownloaderErroredOut");
        /// <summary>Server does not support byte range request.</summary>
        internal static string @ByteRangeRequestIsNotSupported => GetResourceString("ByteRangeRequestIsNotSupported");
        /// <summary>Cancel Print</summary>
        internal static string @CancelPrintText => GetResourceString("CancelPrintText");
        /// <summary>Cannot attach a Visual that is already attached.</summary>
        internal static string @CannotAttachVisualTwice => GetResourceString("CannotAttachVisualTwice");
        /// <summary>'{0}' and '{1}' cannot both be null.</summary>
        internal static string @CannotBothBeNull => GetResourceString("CannotBothBeNull");
        /// <summary>Cannot convert string value '{0}' to type '{1}'.</summary>
        internal static string @CannotConvertStringToType => GetResourceString("CannotConvertStringToType");
        /// <summary>Cannot convert type '{0}' to '{1}'.</summary>
        internal static string @CannotConvertType => GetResourceString("CannotConvertType");
        /// <summary>Cannot modify a read-only container.</summary>
        internal static string @CannotModifyReadOnlyContainer => GetResourceString("CannotModifyReadOnlyContainer");
        /// <summary>Cannot modify the Visual children for this node because a tree walk is in progress.</summary>
        internal static string @CannotModifyVisualChildrenDuringTreeWalk => GetResourceString("CannotModifyVisualChildrenDuringTreeWalk");
        /// <summary>Cannot navigate to application resource '{0}' by using a WebBrowser control. For URI navigation, the resource must be at the application's site of origin. Use the pack://siteoforigin:,,,/ prefix to avoid hard-coding the URI.</summary>
        internal static string @CannotNavigateToApplicationResourcesInWebBrowser => GetResourceString("CannotNavigateToApplicationResourcesInWebBrowser");
        /// <summary>Cannot get part or part information from a write-only container.</summary>
        internal static string @CannotRetrievePartsOfWriteOnlyContainer => GetResourceString("CannotRetrievePartsOfWriteOnlyContainer");
        /// <summary>Cannot read from the specified command buffer pointer.</summary>
        internal static string @Channel_InvalidCommandBufferPointer => GetResourceString("Channel_InvalidCommandBufferPointer");
        /// <summary>The Metrics property of CharacterMetrics is missing a required field.</summary>
        internal static string @CharacterMetrics_MissingRequiredField => GetResourceString("CharacterMetrics_MissingRequiredField");
        /// <summary>CharacterMetrics is not valid. The horizontal advance (defined as the sum of BlackBoxWidth, LeftSideBearing, and RightSideBearing) cannot be negative.</summary>
        internal static string @CharacterMetrics_NegativeHorizontalAdvance => GetResourceString("CharacterMetrics_NegativeHorizontalAdvance");
        /// <summary>CharacterMetrics is not valid. The vertical advance (defined as the sum of BlackBoxHeight, TopSideBearing, and BottomSideBearing) cannot be negative.</summary>
        internal static string @CharacterMetrics_NegativeVerticalAdvance => GetResourceString("CharacterMetrics_NegativeVerticalAdvance");
        /// <summary>The Metrics property of CharacterMetrics has too many fields.</summary>
        internal static string @CharacterMetrics_TooManyFields => GetResourceString("CharacterMetrics_TooManyFields");
        /// <summary>Class handlers can be registered only for UIElement or ContentElement and their subtypes.</summary>
        internal static string @ClassTypeIllegal => GetResourceString("ClassTypeIllegal");
        /// <summary>Text formatting engine cannot clone break record due to error: '{0}'.</summary>
        internal static string @CloneBreakRecordFailure => GetResourceString("CloneBreakRecordFailure");
        /// <summary>Close</summary>
        internal static string @CloseText => GetResourceString("CloseText");
        /// <summary>A cluster map entry must be greater than or equal to a previous entry.</summary>
        internal static string @ClusterMapEntriesShouldNotDecrease => GetResourceString("ClusterMapEntriesShouldNotDecrease");
        /// <summary>A cluster map entry must point to a valid glyph indices element.</summary>
        internal static string @ClusterMapEntryShouldPointWithinGlyphIndices => GetResourceString("ClusterMapEntryShouldPointWithinGlyphIndices");
        /// <summary>The first element in the cluster map must equal zero.</summary>
        internal static string @ClusterMapFirstEntryMustBeZero => GetResourceString("ClusterMapFirstEntryMustBeZero");
        /// <summary>'{0}' character is outside the Unicode code point range.</summary>
        internal static string @CodePointOutOfRange => GetResourceString("CodePointOutOfRange");
        /// <summary>'{0}' key already exists in the collection.</summary>
        internal static string @CollectionDuplicateKey => GetResourceString("CollectionDuplicateKey");
        /// <summary>Collection was modified during enumeration.</summary>
        internal static string @CollectionEnumerationError => GetResourceString("CollectionEnumerationError");
        /// <summary>This collection is fixed size.</summary>
        internal static string @CollectionIsFixedSize => GetResourceString("CollectionIsFixedSize");
        /// <summary>The number of elements in this collection must be greater than zero.</summary>
        internal static string @CollectionNumberOfElementsMustBeGreaterThanZero => GetResourceString("CollectionNumberOfElementsMustBeGreaterThanZero");
        /// <summary>The number of elements in this collection must be less than or equal to '{0}'.</summary>
        internal static string @CollectionNumberOfElementsMustBeLessOrEqualTo => GetResourceString("CollectionNumberOfElementsMustBeLessOrEqualTo");
        /// <summary>The number of elements in this collection should equal '{0}'.</summary>
        internal static string @CollectionNumberOfElementsShouldBeEqualTo => GetResourceString("CollectionNumberOfElementsShouldBeEqualTo");
        /// <summary>Collection accepts only objects of type CommandBinding.</summary>
        internal static string @CollectionOnlyAcceptsCommandBindings => GetResourceString("CollectionOnlyAcceptsCommandBindings");
        /// <summary>Collection accepts only objects of type InputBinding.</summary>
        internal static string @CollectionOnlyAcceptsInputBindings => GetResourceString("CollectionOnlyAcceptsInputBindings");
        /// <summary>Collection accepts only objects of type InputGesture.</summary>
        internal static string @CollectionOnlyAcceptsInputGestures => GetResourceString("CollectionOnlyAcceptsInputGestures");
        /// <summary>Destination array is not compatible with objects within '{0}'.</summary>
        internal static string @Collection_BadDestArray => GetResourceString("Collection_BadDestArray");
        /// <summary>Input array is not a valid rank.</summary>
        internal static string @Collection_BadRank => GetResourceString("Collection_BadRank");
        /// <summary>Cannot add instance of type '{1}' to a collection of type '{0}'. Only items of type '{2}' are allowed.</summary>
        internal static string @Collection_BadType => GetResourceString("Collection_BadType");
        /// <summary>Cannot pass multidimensional array to the CopyTo method on a collection.</summary>
        internal static string @Collection_CopyTo_ArrayCannotBeMultidimensional => GetResourceString("Collection_CopyTo_ArrayCannotBeMultidimensional");
        /// <summary>'{0}' parameter value is equal to or greater than the length of the '{1}' parameter value.</summary>
        internal static string @Collection_CopyTo_IndexGreaterThanOrEqualToArrayLength => GetResourceString("Collection_CopyTo_IndexGreaterThanOrEqualToArrayLength");
        /// <summary>The number of elements in this collection is greater than the available space from '{0}' to the end of destination '{1}'.</summary>
        internal static string @Collection_CopyTo_NumberOfElementsExceedsArrayLength => GetResourceString("Collection_CopyTo_NumberOfElementsExceedsArrayLength");
        /// <summary>Cannot add null to the collection.</summary>
        internal static string @Collection_NoNull => GetResourceString("Collection_NoNull");
        /// <summary>File is too large to be a valid ColorContext.</summary>
        internal static string @ColorContext_FileTooLarge => GetResourceString("ColorContext_FileTooLarge");
        /// <summary>Color context must be sRGB or scRGB for this operation.</summary>
        internal static string @Color_ColorContextNotsRGB_or_scRGB => GetResourceString("Color_ColorContextNotsRGB_or_scRGB");
        /// <summary>Color context types mismatch.</summary>
        internal static string @Color_ColorContextTypeMismatch => GetResourceString("Color_ColorContextTypeMismatch");
        /// <summary>Color context dimensions mismatch.</summary>
        internal static string @Color_DimensionMismatch => GetResourceString("Color_DimensionMismatch");
        /// <summary>Color context is null.</summary>
        internal static string @Color_NullColorContext => GetResourceString("Color_NullColorContext");
        /// <summary>The property '{0}' cannot be changed. The '{1}' class has been sealed.</summary>
        internal static string @CompatibilityPreferencesSealed => GetResourceString("CompatibilityPreferencesSealed");
        /// <summary>Typography properties are not valid.</summary>
        internal static string @CompileFeatureSet_InvalidTypographyProperties => GetResourceString("CompileFeatureSet_InvalidTypographyProperties");
        /// <summary>Invalid value for {0} attribute.</summary>
        internal static string @CompositeFontAttributeValue1 => GetResourceString("CompositeFontAttributeValue1");
        /// <summary>Invalid value for {0} attribute: {1}</summary>
        internal static string @CompositeFontAttributeValue2 => GetResourceString("CompositeFontAttributeValue2");
        /// <summary>Unicode range is not valid.</summary>
        internal static string @CompositeFontInvalidUnicodeRange => GetResourceString("CompositeFontInvalidUnicodeRange");
        /// <summary>Missing required attribute '{0}'.</summary>
        internal static string @CompositeFontMissingAttribute => GetResourceString("CompositeFontMissingAttribute");
        /// <summary>Missing required element '{0}'.</summary>
        internal static string @CompositeFontMissingElement => GetResourceString("CompositeFontMissingElement");
        /// <summary>The composite font contains significant whitespace where none is expected.</summary>
        internal static string @CompositeFontSignificantWhitespace => GetResourceString("CompositeFontSignificantWhitespace");
        /// <summary>'{0}' attribute in XML namespace '{1}' not recognized. Note that attribute names are case sensitive.</summary>
        internal static string @CompositeFontUnknownAttribute => GetResourceString("CompositeFontUnknownAttribute");
        /// <summary>'{0}' element in XML namespace '{1}' not recognized. Note that element names are case sensitive.</summary>
        internal static string @CompositeFontUnknownElement => GetResourceString("CompositeFontUnknownElement");
        /// <summary>A FontFamily cannot have more than one FamilyTypeface with the same Style, Weight, and Stretch.</summary>
        internal static string @CompositeFont_DuplicateTypeface => GetResourceString("CompositeFont_DuplicateTypeface");
        /// <summary>The FontFamily cannot hold any more FamilyMaps.</summary>
        internal static string @CompositeFont_TooManyFamilyMaps => GetResourceString("CompositeFont_TooManyFamilyMaps");
        /// <summary>The root Visual of a VisualTarget cannot have a parent.</summary>
        internal static string @CompositionTarget_RootVisual_HasParent => GetResourceString("CompositionTarget_RootVisual_HasParent");
        /// <summary>Possible constructor recursion detected.</summary>
        internal static string @ConstructorRecursion => GetResourceString("ConstructorRecursion");
        /// <summary>Shift+F10;Apps</summary>
        internal static string @ContextMenuKeyDisplayString => GetResourceString("ContextMenuKeyDisplayString");
        /// <summary>Context Menu</summary>
        internal static string @ContextMenuText => GetResourceString("ContextMenuText");
        /// <summary>Cannot convert from type.</summary>
        internal static string @Converter_ConvertFromNotSupported => GetResourceString("Converter_ConvertFromNotSupported");
        /// <summary>Cannot convert to type.</summary>
        internal static string @Converter_ConvertToNotSupported => GetResourceString("Converter_ConvertToNotSupported");
        /// <summary>Ctrl+C;Ctrl+Insert</summary>
        internal static string @CopyKeyDisplayString => GetResourceString("CopyKeyDisplayString");
        /// <summary>Copy</summary>
        internal static string @CopyText => GetResourceString("CopyText");
        /// <summary></summary>
        internal static string @CorrectionListKey => GetResourceString("CorrectionListKey");
        /// <summary></summary>
        internal static string @CorrectionListKeyDisplayString => GetResourceString("CorrectionListKeyDisplayString");
        /// <summary>Correction List</summary>
        internal static string @CorrectionListText => GetResourceString("CorrectionListText");
        /// <summary>Count must be less than or equal to remaining number of bits in stream.</summary>
        internal static string @CountOfBitsGreatThanRemainingBits => GetResourceString("CountOfBitsGreatThanRemainingBits");
        /// <summary>Count must be less than or equal to bits per byte and greater than zero.</summary>
        internal static string @CountOfBitsOutOfRange => GetResourceString("CountOfBitsOutOfRange");
        /// <summary>Text formatting engine cannot format breakpoints due to error: '{0}'.</summary>
        internal static string @CreateBreaksFailure => GetResourceString("CreateBreaksFailure");
        /// <summary>Text formatting engine cannot create text formatting context due to error: '{0}'.</summary>
        internal static string @CreateContextFailure => GetResourceString("CreateContextFailure");
        /// <summary>Text formatting engine cannot format a line of text due to error: '{0}'.</summary>
        internal static string @CreateLineFailure => GetResourceString("CreateLineFailure");
        /// <summary>Text formatting engine cannot format a paragraph cache due to error: '{0}'.</summary>
        internal static string @CreateParaBreakingSessionFailure => GetResourceString("CreateParaBreakingSessionFailure");
        /// <summary>Current dispatcher cannot be found.</summary>
        internal static string @CurrentDispatcherNotFound => GetResourceString("CurrentDispatcherNotFound");
        /// <summary>Failed to load cursor from the stream.</summary>
        internal static string @Cursor_InvalidStream => GetResourceString("Cursor_InvalidStream");
        /// <summary>Failed to load cursor file '{0}'.</summary>
        internal static string @Cursor_LoadImageFailure => GetResourceString("Cursor_LoadImageFailure");
        /// <summary>'{0}' has unsupported extension for cursor.</summary>
        internal static string @Cursor_UnsupportedFormat => GetResourceString("Cursor_UnsupportedFormat");
        /// <summary>Ctrl+X;Shift+Delete</summary>
        internal static string @CutKeyDisplayString => GetResourceString("CutKeyDisplayString");
        /// <summary>Cut</summary>
        internal static string @CutText => GetResourceString("CutText");
        /// <summary>An antialiased back buffer requires a IDirect3DDevice9Ex device.</summary>
        internal static string @D3DImage_AARequires9Ex => GetResourceString("D3DImage_AARequires9Ex");
        /// <summary>Back buffer's device is not valid.</summary>
        internal static string @D3DImage_InvalidDevice => GetResourceString("D3DImage_InvalidDevice");
        /// <summary>Back buffer's pool does not meet the requirements for the resource type.</summary>
        internal static string @D3DImage_InvalidPool => GetResourceString("D3DImage_InvalidPool");
        /// <summary>Back buffer's usage does not meet the requirements for the resource type.</summary>
        internal static string @D3DImage_InvalidUsage => GetResourceString("D3DImage_InvalidUsage");
        /// <summary>Cannot call this method without a back buffer.</summary>
        internal static string @D3DImage_MustHaveBackBuffer => GetResourceString("D3DImage_MustHaveBackBuffer");
        /// <summary>Back buffer's size is too large.</summary>
        internal static string @D3DImage_SurfaceTooBig => GetResourceString("D3DImage_SurfaceTooBig");
        /// <summary>Cannot SetData on a frozen OLE data object.</summary>
        internal static string @DataObject_CannotSetDataOnAFozenOLEDataDbject => GetResourceString("DataObject_CannotSetDataOnAFozenOLEDataDbject");
        /// <summary>'{0}' data format is not present on DataObject.</summary>
        internal static string @DataObject_DataFormatNotPresentOnDataObject => GetResourceString("DataObject_DataFormatNotPresentOnDataObject");
        /// <summary>Data object must have at least one format.</summary>
        internal static string @DataObject_DataObjectMustHaveAtLeastOneFormat => GetResourceString("DataObject_DataObjectMustHaveAtLeastOneFormat");
        /// <summary>Empty string is not a valid value for parameter 'format'.</summary>
        internal static string @DataObject_EmptyFormatNotAllowed => GetResourceString("DataObject_EmptyFormatNotAllowed");
        /// <summary>'{0}' file drop path is not valid.</summary>
        internal static string @DataObject_FileDropListHasInvalidFileDropPath => GetResourceString("DataObject_FileDropListHasInvalidFileDropPath");
        /// <summary>'{0}' must contain at least one file drop path.</summary>
        internal static string @DataObject_FileDropListIsEmpty => GetResourceString("DataObject_FileDropListIsEmpty");
        /// <summary>'{0}' dwDirection parameter value is not supported.</summary>
        internal static string @DataObject_NotImplementedEnumFormatEtc => GetResourceString("DataObject_NotImplementedEnumFormatEtc");
        /// <summary>Decompression of packet data failed.</summary>
        internal static string @DecompressPacketDataFailed => GetResourceString("DecompressPacketDataFailed");
        /// <summary>Decompression of property data failed.</summary>
        internal static string @DecompressPropertyFailed => GetResourceString("DecompressPropertyFailed");
        /// <summary></summary>
        internal static string @DecreaseZoomKey => GetResourceString("DecreaseZoomKey");
        /// <summary></summary>
        internal static string @DecreaseZoomKeyDisplayString => GetResourceString("DecreaseZoomKeyDisplayString");
        /// <summary>Decrease Zoom</summary>
        internal static string @DecreaseZoomText => GetResourceString("DecreaseZoomText");
        /// <summary>Del</summary>
        internal static string @DeleteKeyDisplayString => GetResourceString("DeleteKeyDisplayString");
        /// <summary>Delete</summary>
        internal static string @DeleteText => GetResourceString("DeleteText");
        /// <summary>Cannot find a part of the path '{0}'.</summary>
        internal static string @DirectoryNotFoundExceptionWithFileName => GetResourceString("DirectoryNotFoundExceptionWithFileName");
        /// <summary>'{0}' DragAction is not valid.</summary>
        internal static string @DragDrop_DragActionInvalid => GetResourceString("DragDrop_DragActionInvalid");
        /// <summary>'{0}' DragDropEffects is not valid.</summary>
        internal static string @DragDrop_DragDropEffectsInvalid => GetResourceString("DragDrop_DragDropEffectsInvalid");
        /// <summary>This Pop operation has no corresponding Push to remove from the stack because the stack depth of the DrawingContext is zero.</summary>
        internal static string @DrawingContext_TooManyPops => GetResourceString("DrawingContext_TooManyPops");
        /// <summary>This object has an outstanding DrawingContext. The DrawingContext must be Closed or Disposed before making Open or Append calls.</summary>
        internal static string @DrawingGroup_AlreadyOpen => GetResourceString("DrawingGroup_AlreadyOpen");
        /// <summary>Cannot append to a frozen DrawingGroup.Children collection.</summary>
        internal static string @DrawingGroup_CannotAppendToFrozenCollection => GetResourceString("DrawingGroup_CannotAppendToFrozenCollection");
        /// <summary>Cannot append to a null DrawingGroup.Children collection.</summary>
        internal static string @DrawingGroup_CannotAppendToNullCollection => GetResourceString("DrawingGroup_CannotAppendToNullCollection");
        /// <summary>Duplicate ApplicationGesture values are not allowed.</summary>
        internal static string @DuplicateApplicationGestureFound => GetResourceString("DuplicateApplicationGestureFound");
        /// <summary>RoutedEvent Name '{0}' for OwnerType '{1}' already used.</summary>
        internal static string @DuplicateEventName => GetResourceString("DuplicateEventName");
        /// <summary>Duplicate Stroke in StrokeCollectionChangedEventArgs.Added.</summary>
        internal static string @DuplicateStrokeAdded => GetResourceString("DuplicateStrokeAdded");
        /// <summary>A pixel shader using Pixel Shader Model 2.0 cannot be set because registers only available in Pixel Shader Model 3.0 are being used.</summary>
        internal static string @Effect_20ShaderUsing30Registers => GetResourceString("Effect_20ShaderUsing30Registers");
        /// <summary>BitmapEffect and Effect cannot be combined on a Visual.</summary>
        internal static string @Effect_CombinedLegacyAndNew => GetResourceString("Effect_CombinedLegacyAndNew");
        /// <summary>Cannot call BitmapEffect.GetOutput directly with a ContextInputSource. Provide a valid BitmapSource.</summary>
        internal static string @Effect_No_ContextInputSource => GetResourceString("Effect_No_ContextInputSource");
        /// <summary>There is no input set.</summary>
        internal static string @Effect_No_InputSource => GetResourceString("Effect_No_InputSource");
        /// <summary>'{0}' PixelFormat is not supported for this operation.</summary>
        internal static string @Effect_PixelFormat => GetResourceString("Effect_PixelFormat");
        /// <summary>An error occurred on the render thread with a user-supplied shader.</summary>
        internal static string @Effect_RenderThreadError => GetResourceString("Effect_RenderThreadError");
        /// <summary>Pixel Shader Model 2.0 requires floating point constants to be in registers [0-31].</summary>
        internal static string @Effect_Shader20ConstantRegisterLimit => GetResourceString("Effect_Shader20ConstantRegisterLimit");
        /// <summary>Pixel Shader Model 2.0 requires sampler constants to be in registers [0-3].</summary>
        internal static string @Effect_Shader20SamplerRegisterLimit => GetResourceString("Effect_Shader20SamplerRegisterLimit");
        /// <summary>Pixel Shader Model 3.0 requires boolean constants to be in registers [0-15].</summary>
        internal static string @Effect_Shader30BoolConstantRegisterLimit => GetResourceString("Effect_Shader30BoolConstantRegisterLimit");
        /// <summary>Pixel Shader Model 3.0 requires floating point constants to be in registers [0-223].</summary>
        internal static string @Effect_Shader30FloatConstantRegisterLimit => GetResourceString("Effect_Shader30FloatConstantRegisterLimit");
        /// <summary>Pixel Shader Model 3.0 requires integer constants to be in registers [0-15].</summary>
        internal static string @Effect_Shader30IntConstantRegisterLimit => GetResourceString("Effect_Shader30IntConstantRegisterLimit");
        /// <summary>Pixel Shader Model 3.0 requires sampler constants to be in registers [0-7].</summary>
        internal static string @Effect_Shader30SamplerRegisterLimit => GetResourceString("Effect_Shader30SamplerRegisterLimit");
        /// <summary>Shader bytecode must be an integral number of 4-byte words.</summary>
        internal static string @Effect_ShaderBytecodeSize => GetResourceString("Effect_ShaderBytecodeSize");
        /// <summary>No shader bytecode present.  Must either set UriSource or call SetStreamSource.</summary>
        internal static string @Effect_ShaderBytecodeSource => GetResourceString("Effect_ShaderBytecodeSource");
        /// <summary>Shader constant of type '{0}' is not allowed.</summary>
        internal static string @Effect_ShaderConstantType => GetResourceString("Effect_ShaderConstantType");
        /// <summary>Padding must be non-negative.</summary>
        internal static string @Effect_ShaderEffectPadding => GetResourceString("Effect_ShaderEffectPadding");
        /// <summary>PixelShader must be set on ShaderEffect.</summary>
        internal static string @Effect_ShaderPixelShaderSet => GetResourceString("Effect_ShaderPixelShaderSet");
        /// <summary>Pixel shader sampler must be Effect.ImplicitInput, or an instance of BitmapCacheBrush, VisualBrush, or ImageBrush.</summary>
        internal static string @Effect_ShaderSamplerType => GetResourceString("Effect_ShaderSamplerType");
        /// <summary>PixelShader only accepts seekable streams.</summary>
        internal static string @Effect_ShaderSeekableStream => GetResourceString("Effect_ShaderSeekableStream");
        /// <summary>Uri must be a file or pack Uri.</summary>
        internal static string @Effect_SourceUriMustBeFileOrPack => GetResourceString("Effect_SourceUriMustBeFileOrPack");
        /// <summary>Empty arrays are not a valid argument value.</summary>
        internal static string @EmptyArray => GetResourceString("EmptyArray");
        /// <summary>The array cannot be empty.</summary>
        internal static string @EmptyArrayNotAllowedAsArgument => GetResourceString("EmptyArrayNotAllowedAsArgument");
        /// <summary>No data to load.</summary>
        internal static string @EmptyDataToLoad => GetResourceString("EmptyDataToLoad");
        /// <summary>Collection cannot be empty.</summary>
        internal static string @EmptyScToReplace => GetResourceString("EmptyScToReplace");
        /// <summary>The replacement StrokeCollection cannot be empty.</summary>
        internal static string @EmptyScToReplaceWith => GetResourceString("EmptyScToReplaceWith");
        /// <summary>EndHitTesting has already been called on the IncrementalHitTester.</summary>
        internal static string @EndHitTestingCalled => GetResourceString("EndHitTestingCalled");
        /// <summary>End of stream reached.</summary>
        internal static string @EndOfStreamReached => GetResourceString("EndOfStreamReached");
        /// <summary>The enumerator is not valid because the collection changed.</summary>
        internal static string @Enumerator_CollectionChanged => GetResourceString("Enumerator_CollectionChanged");
        /// <summary>The enumerator has not been started.</summary>
        internal static string @Enumerator_NotStarted => GetResourceString("Enumerator_NotStarted");
        /// <summary>The enumerator has reached the end of the collection.</summary>
        internal static string @Enumerator_ReachedEnd => GetResourceString("Enumerator_ReachedEnd");
        /// <summary>No current object to return.</summary>
        internal static string @Enumerator_VerifyContext => GetResourceString("Enumerator_VerifyContext");
        /// <summary>Text formatting engine cannot enumerate contents in a line due to error: '{0}'.</summary>
        internal static string @EnumLineFailure => GetResourceString("EnumLineFailure");
        /// <summary>'{0}' enumeration value is not valid.</summary>
        internal static string @Enum_Invalid => GetResourceString("Enum_Invalid");
        /// <summary>ExtendedProperty is already part of the ExtendedPropertyCollection.</summary>
        internal static string @EPExists => GetResourceString("EPExists");
        /// <summary>The GUID is not part of the ExtendedPropertyCollection.</summary>
        internal static string @EPGuidNotFound => GetResourceString("EPGuidNotFound");
        /// <summary>Property not set.</summary>
        internal static string @EPNotFound => GetResourceString("EPNotFound");
        /// <summary>Event arguments must be non-null.</summary>
        internal static string @EventArgIsNull => GetResourceString("EventArgIsNull");
        /// <summary>Shift+Down</summary>
        internal static string @ExtendSelectionDownKeyDisplayString => GetResourceString("ExtendSelectionDownKeyDisplayString");
        /// <summary>Extend Selection Down</summary>
        internal static string @ExtendSelectionDownText => GetResourceString("ExtendSelectionDownText");
        /// <summary>Shift+Left</summary>
        internal static string @ExtendSelectionLeftKeyDisplayString => GetResourceString("ExtendSelectionLeftKeyDisplayString");
        /// <summary>Extend Selection Left</summary>
        internal static string @ExtendSelectionLeftText => GetResourceString("ExtendSelectionLeftText");
        /// <summary>Shift+Right</summary>
        internal static string @ExtendSelectionRightKeyDisplayString => GetResourceString("ExtendSelectionRightKeyDisplayString");
        /// <summary>Extend Selection Right</summary>
        internal static string @ExtendSelectionRightText => GetResourceString("ExtendSelectionRightText");
        /// <summary>Shift+Up</summary>
        internal static string @ExtendSelectionUpKeyDisplayString => GetResourceString("ExtendSelectionUpKeyDisplayString");
        /// <summary>Extend Selection Up</summary>
        internal static string @ExtendSelectionUpText => GetResourceString("ExtendSelectionUpText");
        /// <summary>Font face index must be greater than or equal to zero.</summary>
        internal static string @FaceIndexMustBePositiveOrZero => GetResourceString("FaceIndexMustBePositiveOrZero");
        /// <summary>Nonzero font face index values are valid only for TrueType collections (.ttc).</summary>
        internal static string @FaceIndexValidOnlyForTTC => GetResourceString("FaceIndexValidOnlyForTTC");
        /// <summary>Cannot load system composite fonts. Location not found.</summary>
        internal static string @FamilyCollection_CannotFindCompositeFontsLocation => GetResourceString("FamilyCollection_CannotFindCompositeFontsLocation");
        /// <summary>Cannot add FamilyMap because Target property is not set.</summary>
        internal static string @FamilyMap_TargetNotSet => GetResourceString("FamilyMap_TargetNotSet");
        /// <summary>Ctrl+I</summary>
        internal static string @FavoritesKeyDisplayString => GetResourceString("FavoritesKeyDisplayString");
        /// <summary>Favorites</summary>
        internal static string @FavoritesText => GetResourceString("FavoritesText");
        /// <summary>Input file or data stream does not conform to the expected file format specification.</summary>
        internal static string @FileFormatException => GetResourceString("FileFormatException");
        /// <summary>'{0}' file does not conform to the expected file format specification.</summary>
        internal static string @FileFormatExceptionWithFileName => GetResourceString("FileFormatExceptionWithFileName");
        /// <summary>Cannot find file '{0}'.</summary>
        internal static string @FileNotFoundExceptionWithFileName => GetResourceString("FileNotFoundExceptionWithFileName");
        /// <summary>Ctrl+F</summary>
        internal static string @FindKeyDisplayString => GetResourceString("FindKeyDisplayString");
        /// <summary>Find</summary>
        internal static string @FindText => GetResourceString("FindText");
        /// <summary></summary>
        internal static string @FirstPageKey => GetResourceString("FirstPageKey");
        /// <summary></summary>
        internal static string @FirstPageKeyDisplayString => GetResourceString("FirstPageKeyDisplayString");
        /// <summary>First Page</summary>
        internal static string @FirstPageText => GetResourceString("FirstPageText");
        /// <summary>Unrecognized float type in BAML file.</summary>
        internal static string @FloatUnknownBamlType => GetResourceString("FloatUnknownBamlType");
        /// <summary>Stream does not support Flush.</summary>
        internal static string @FlushNotSupported => GetResourceString("FlushNotSupported");
        /// <summary>A named FontFamily object cannot be modified.</summary>
        internal static string @FontFamily_ReadOnly => GetResourceString("FontFamily_ReadOnly");
        /// <summary>Specified value of type '{0}' must have IsFrozen set to false to modify.</summary>
        internal static string @Freezable_CantBeFrozen => GetResourceString("Freezable_CantBeFrozen");
        /// <summary>Clone of an instance of type '{0}' is null or not an instance of '{0}'.</summary>
        internal static string @Freezable_CloneInvalidType => GetResourceString("Freezable_CloneInvalidType");
        /// <summary>Cannot change FreezableCollection during a CollectionChanged event.</summary>
        internal static string @Freezable_Reentrant => GetResourceString("Freezable_Reentrant");
        /// <summary>Unknown/unexpected change event</summary>
        internal static string @Freezable_UnexpectedChange => GetResourceString("Freezable_UnexpectedChange");
        /// <summary>The transform is not defined for the point.</summary>
        internal static string @GeneralTransform_TransformFailed => GetResourceString("GeneralTransform_TransformFailed");
        /// <summary>The object passed to '{0}' is not a valid type.</summary>
        internal static string @General_BadType => GetResourceString("General_BadType");
        /// <summary>Expected object of type '{0}'.</summary>
        internal static string @General_Expected_Type => GetResourceString("General_Expected_Type");
        /// <summary>The object is marked 'Read Only'.</summary>
        internal static string @General_ObjectIsReadOnly => GetResourceString("General_ObjectIsReadOnly");
        /// <summary>Arithmetic error found while trying to perform this operation.</summary>
        internal static string @Geometry_BadNumber => GetResourceString("Geometry_BadNumber");
        /// <summary>No gesture recognizer is available on the system.</summary>
        internal static string @GestureRecognizerNotAvailable => GetResourceString("GestureRecognizerNotAvailable");
        /// <summary>Text formatting engine cannot retrieve penalty module handle due to error: '{0}'.</summary>
        internal static string @GetPenaltyModuleHandleFailure => GetResourceString("GetPenaltyModuleHandleFailure");
        /// <summary>Cannot get response for web request to '{0}'.</summary>
        internal static string @GetResponseFailed => GetResourceString("GetResponseFailed");
        /// <summary>Values for advanceWidths and glyphOffsets constitute too large of a GlyphRun. The area of its bounding box, measured in renderingEmSize squares, is '{0}' but it cannot exceed '{1}'.</summary>
        internal static string @GlyphAreaTooBig => GetResourceString("GlyphAreaTooBig");
        /// <summary>advanceWidths and glyphOffsets constitute coordinate too large for glyph at index '{0}'. For renderingEmSize '{1}' the values cannot exceed '{2}'.</summary>
        internal static string @GlyphCoordinateTooBig => GetResourceString("GlyphCoordinateTooBig");
        /// <summary>'{0}' glyph index is not valid for the specified font.</summary>
        internal static string @GlyphIndexOutOfRange => GetResourceString("GlyphIndexOutOfRange");
        /// <summary>Glyph typeface URI does not point to a previously recorded glyph typeface.</summary>
        internal static string @GlyphTypefaceNotRecorded => GetResourceString("GlyphTypefaceNotRecorded");
        /// <summary></summary>
        internal static string @GoToPageKey => GetResourceString("GoToPageKey");
        /// <summary></summary>
        internal static string @GoToPageKeyDisplayString => GetResourceString("GoToPageKeyDisplayString");
        /// <summary>Go To Page</summary>
        internal static string @GoToPageText => GetResourceString("GoToPageText");
        /// <summary>Handler type is mismatched.</summary>
        internal static string @HandlerTypeIllegal => GetResourceString("HandlerTypeIllegal");
        /// <summary>F1</summary>
        internal static string @HelpKeyDisplayString => GetResourceString("HelpKeyDisplayString");
        /// <summary>Help</summary>
        internal static string @HelpText => GetResourceString("HelpText");
        /// <summary>'{0}' HitTestParameters are not supported on '{1}'.</summary>
        internal static string @HitTest_Invalid => GetResourceString("HitTest_Invalid");
        /// <summary>Hit testing with a singular MatrixCamera is not supported.</summary>
        internal static string @HitTest_Singular => GetResourceString("HitTest_Singular");
        /// <summary>Cannot access a disposed HwndSource.</summary>
        internal static string @HwndSourceDisposed => GetResourceString("HwndSourceDisposed");
        /// <summary>Due to protocol mismatch hardware support is not available.</summary>
        internal static string @HwndTarget_HardwareNotSupportDueToProtocolMismatch => GetResourceString("HwndTarget_HardwareNotSupportDueToProtocolMismatch");
        /// <summary>The specified handle is not a valid window handle.</summary>
        internal static string @HwndTarget_InvalidWindowHandle => GetResourceString("HwndTarget_InvalidWindowHandle");
        /// <summary>The specified window does not belong to the current process.</summary>
        internal static string @HwndTarget_InvalidWindowProcess => GetResourceString("HwndTarget_InvalidWindowProcess");
        /// <summary>The specified window does not belong to the current thread.</summary>
        internal static string @HwndTarget_InvalidWindowThread => GetResourceString("HwndTarget_InvalidWindowThread");
        /// <summary>Another HwndTarget is associated with this window.</summary>
        internal static string @HwndTarget_WindowAlreadyHasContent => GetResourceString("HwndTarget_WindowAlreadyHasContent");
        /// <summary>Cannot animate the '{0}' property on '{1}' because the object is sealed or frozen.</summary>
        internal static string @IAnimatable_CantAnimateSealedDO => GetResourceString("IAnimatable_CantAnimateSealedDO");
        /// <summary>Alpha threshold must be from 0 through 100.</summary>
        internal static string @Image_AlphaThresholdOutOfRange => GetResourceString("Image_AlphaThresholdOutOfRange");
        /// <summary>The bitmap specified does not have the correct dimensions.</summary>
        internal static string @Image_BadDimensions => GetResourceString("Image_BadDimensions");
        /// <summary>The image has corrupted metadata header.</summary>
        internal static string @Image_BadMetadataHeader => GetResourceString("Image_BadMetadataHeader");
        /// <summary>'{0}' not a valid pixel format.</summary>
        internal static string @Image_BadPixelFormat => GetResourceString("Image_BadPixelFormat");
        /// <summary>The stream is corrupted.</summary>
        internal static string @Image_BadStreamData => GetResourceString("Image_BadStreamData");
        /// <summary>DLL version not correct.</summary>
        internal static string @Image_BadVersion => GetResourceString("Image_BadVersion");
        /// <summary>Unable to create temporary file for download.</summary>
        internal static string @Image_CannotCreateTempFile => GetResourceString("Image_CannotCreateTempFile");
        /// <summary>The Image passed to the ImageVisualManager cannot be frozen.</summary>
        internal static string @Image_CantBeFrozen => GetResourceString("Image_CantBeFrozen");
        /// <summary>The codec cannot use the type of stream provided.</summary>
        internal static string @Image_CantDealWithStream => GetResourceString("Image_CantDealWithStream");
        /// <summary>The codec cannot use the type of URI provided.</summary>
        internal static string @Image_CantDealWithUri => GetResourceString("Image_CantDealWithUri");
        /// <summary>Codec added more than once.</summary>
        internal static string @Image_CodecPresent => GetResourceString("Image_CodecPresent");
        /// <summary>Color context is not valid.</summary>
        internal static string @Image_ColorContextInvalid => GetResourceString("Image_ColorContextInvalid");
        /// <summary>Color transform is not valid.</summary>
        internal static string @Image_ColorTransformInvalid => GetResourceString("Image_ColorTransformInvalid");
        /// <summary>No imaging component suitable to complete this operation was found.</summary>
        internal static string @Image_ComponentNotFound => GetResourceString("Image_ComponentNotFound");
        /// <summary>The mime type registered with the system does not match the mime type of the file.</summary>
        internal static string @Image_ContentTypeDoesNotMatchDecoder => GetResourceString("Image_ContentTypeDoesNotMatchDecoder");
        /// <summary>The image decoder cannot decode the image. The image might be corrupted.</summary>
        internal static string @Image_DecoderError => GetResourceString("Image_DecoderError");
        /// <summary>The system display state is not valid.</summary>
        internal static string @Image_DisplayStateInvalid => GetResourceString("Image_DisplayStateInvalid");
        /// <summary>Duplicate copies of metadata present.</summary>
        internal static string @Image_DuplicateMetadataPresent => GetResourceString("Image_DuplicateMetadataPresent");
        /// <summary>The designated BitmapEncoder does not support ColorContexts.</summary>
        internal static string @Image_EncoderNoColorContext => GetResourceString("Image_EncoderNoColorContext");
        /// <summary>The designated BitmapEncoder does not support global metadata.</summary>
        internal static string @Image_EncoderNoGlobalMetadata => GetResourceString("Image_EncoderNoGlobalMetadata");
        /// <summary>The designated BitmapEncoder does not support global thumbnails.</summary>
        internal static string @Image_EncoderNoGlobalThumbnail => GetResourceString("Image_EncoderNoGlobalThumbnail");
        /// <summary>The designated BitmapEncoder does not support previews.</summary>
        internal static string @Image_EncoderNoPreview => GetResourceString("Image_EncoderNoPreview");
        /// <summary>Cannot call EndInit without a matching BeginInit call.</summary>
        internal static string @Image_EndInitWithoutBeginInit => GetResourceString("Image_EndInitWithoutBeginInit");
        /// <summary>The image is missing a frame.</summary>
        internal static string @Image_FrameMissing => GetResourceString("Image_FrameMissing");
        /// <summary>This class does not support cloning.</summary>
        internal static string @Image_FreezableCloneNotAllowed => GetResourceString("Image_FreezableCloneNotAllowed");
        /// <summary>Empty GUID is not valid for '{0}'.</summary>
        internal static string @Image_GuidEmpty => GetResourceString("Image_GuidEmpty");
        /// <summary>The image cannot be decoded. The image header might be corrupted.</summary>
        internal static string @Image_HeaderError => GetResourceString("Image_HeaderError");
        /// <summary>Must specify a palette when using an indexed pixel format.</summary>
        internal static string @Image_IndexedPixelFormatRequiresPalette => GetResourceString("Image_IndexedPixelFormatRequiresPalette");
        /// <summary>Already in an initializing state.</summary>
        internal static string @Image_InInitialize => GetResourceString("Image_InInitialize");
        /// <summary>BitmapImage initialization is not complete. Call the EndInit method to complete the initialization.</summary>
        internal static string @Image_InitializationIncomplete => GetResourceString("Image_InitializationIncomplete");
        /// <summary>InPlaceBitmapMetadataWriter cannot be copied.</summary>
        internal static string @Image_InplaceMetadataNoCopy => GetResourceString("Image_InplaceMetadataNoCopy");
        /// <summary>Buffer size is not sufficient.</summary>
        internal static string @Image_InsufficientBuffer => GetResourceString("Image_InsufficientBuffer");
        /// <summary>Buffer not large enough to copy memory.</summary>
        internal static string @Image_InsufficientBufferSize => GetResourceString("Image_InsufficientBufferSize");
        /// <summary>An error occurred.</summary>
        internal static string @Image_InternalError => GetResourceString("Image_InternalError");
        /// <summary>Cannot match the type of this array to a pixel format.</summary>
        internal static string @Image_InvalidArrayForPixel => GetResourceString("Image_InvalidArrayForPixel");
        /// <summary>Bitmap color context is not valid.</summary>
        internal static string @Image_InvalidColorContext => GetResourceString("Image_InvalidColorContext");
        /// <summary>Character is not valid in metadata query request.</summary>
        internal static string @Image_InvalidQueryCharacter => GetResourceString("Image_InvalidQueryCharacter");
        /// <summary>Metadata query request is not valid.</summary>
        internal static string @Image_InvalidQueryRequest => GetResourceString("Image_InvalidQueryRequest");
        /// <summary>The lock count cannot exceed UInt32.MaxValue.</summary>
        internal static string @Image_LockCountLimit => GetResourceString("Image_LockCountLimit");
        /// <summary>BitmapMetadata initialization incomplete.</summary>
        internal static string @Image_MetadataInitializationIncomplete => GetResourceString("Image_MetadataInitializationIncomplete");
        /// <summary>The bitmap metadata is not compatible with this container format.</summary>
        internal static string @Image_MetadataNotCompatible => GetResourceString("Image_MetadataNotCompatible");
        /// <summary>BitmapMetadata is not available on BitmapImage.</summary>
        internal static string @Image_MetadataNotSupported => GetResourceString("Image_MetadataNotSupported");
        /// <summary>Bitmap metadata cannot be changed.</summary>
        internal static string @Image_MetadataReadOnly => GetResourceString("Image_MetadataReadOnly");
        /// <summary>Cannot add any more top-level metadata blocks.</summary>
        internal static string @Image_MetadataSizeFixed => GetResourceString("Image_MetadataSizeFixed");
        /// <summary>Cannot call this method while the image is unlocked.</summary>
        internal static string @Image_MustBeLocked => GetResourceString("Image_MustBeLocked");
        /// <summary>Property '{0}' or property '{1}' must be set.</summary>
        internal static string @Image_NeitherArgument => GetResourceString("Image_NeitherArgument");
        /// <summary>'{0}' property is not set.</summary>
        internal static string @Image_NoArgument => GetResourceString("Image_NoArgument");
        /// <summary>No codec found that can decode the specified file.</summary>
        internal static string @Image_NoCodecsFound => GetResourceString("Image_NoCodecsFound");
        /// <summary>Image does not contain any frames.</summary>
        internal static string @Image_NoDecodeFrames => GetResourceString("Image_NoDecodeFrames");
        /// <summary>Cannot save an image with no frames.</summary>
        internal static string @Image_NoFrames => GetResourceString("Image_NoFrames");
        /// <summary>The specified image does not contain a palette.</summary>
        internal static string @Image_NoPalette => GetResourceString("Image_NoPalette");
        /// <summary>No information was found about this pixel format.</summary>
        internal static string @Image_NoPixelFormatFound => GetResourceString("Image_NoPixelFormatFound");
        /// <summary>Bitmap does not contain thumbnail.</summary>
        internal static string @Image_NoThumbnail => GetResourceString("Image_NoThumbnail");
        /// <summary>BitmapImage has not been initialized.  Call the BeginInit method, set the appropriate properties, and then call the EndInit method.</summary>
        internal static string @Image_NotInitialized => GetResourceString("Image_NotInitialized");
        /// <summary>Cannot set the initializing state more than once.</summary>
        internal static string @Image_OnlyOneInit => GetResourceString("Image_OnlyOneInit");
        /// <summary>Cannot call Save on an Encoder more than once.</summary>
        internal static string @Image_OnlyOneSave => GetResourceString("Image_OnlyOneSave");
        /// <summary>Transform must be a combination of scales, flips, and 90 degree rotations.</summary>
        internal static string @Image_OnlyOrthogonal => GetResourceString("Image_OnlyOrthogonal");
        /// <summary>In place editing of bitmap metadata is not allowed because the original source is not writable.</summary>
        internal static string @Image_OriginalStreamReadOnly => GetResourceString("Image_OriginalStreamReadOnly");
        /// <summary>The image data generated an overflow during processing.</summary>
        internal static string @Image_Overflow => GetResourceString("Image_Overflow");
        /// <summary>The number of colors in the palette is larger than the maximum allowed by the supplied pixel format.</summary>
        internal static string @Image_PaletteColorsDoNotMatchFormat => GetResourceString("Image_PaletteColorsDoNotMatchFormat");
        /// <summary>Must use a fixed palette type. '{0}' not supported here.</summary>
        internal static string @Image_PaletteFixedType => GetResourceString("Image_PaletteFixedType");
        /// <summary>Cannot create a palette with less than 1 color or more than 256 colors.</summary>
        internal static string @Image_PaletteZeroColors => GetResourceString("Image_PaletteZeroColors");
        /// <summary>Property cannot be found.</summary>
        internal static string @Image_PropertyNotFound => GetResourceString("Image_PropertyNotFound");
        /// <summary>This codec does not support the specified property.</summary>
        internal static string @Image_PropertyNotSupported => GetResourceString("Image_PropertyNotSupported");
        /// <summary>Property is corrupted.</summary>
        internal static string @Image_PropertySize => GetResourceString("Image_PropertySize");
        /// <summary>Unexpected property type or value.</summary>
        internal static string @Image_PropertyUnexpectedType => GetResourceString("Image_PropertyUnexpectedType");
        /// <summary>The metadata query is valid only at the root of the metadata hierarchy.</summary>
        internal static string @Image_RequestOnlyValidAtMetadataRoot => GetResourceString("Image_RequestOnlyValidAtMetadataRoot");
        /// <summary>Cannot set this property outside a BeginInit/EndInit block.</summary>
        internal static string @Image_SetPropertyOutsideBeginEndInit => GetResourceString("Image_SetPropertyOutsideBeginEndInit");
        /// <summary>Cannot invert singular matrix.</summary>
        internal static string @Image_SingularMatrix => GetResourceString("Image_SingularMatrix");
        /// <summary>Bad Rotation parameter. Only Rotate0, Rotate90, Rotate180, and Rotate270 are supported.</summary>
        internal static string @Image_SizeOptionsAngle => GetResourceString("Image_SizeOptionsAngle");
        /// <summary>The image dimensions are out of the range supported by this codec.</summary>
        internal static string @Image_SizeOutOfRange => GetResourceString("Image_SizeOutOfRange");
        /// <summary>Metadata stream is not available for this operation.</summary>
        internal static string @Image_StreamNotAvailable => GetResourceString("Image_StreamNotAvailable");
        /// <summary>Cannot read from the stream.</summary>
        internal static string @Image_StreamRead => GetResourceString("Image_StreamRead");
        /// <summary>Cannot write to the stream.</summary>
        internal static string @Image_StreamWrite => GetResourceString("Image_StreamWrite");
        /// <summary>The bitmap has too many scanlines for the specified encoder.</summary>
        internal static string @Image_TooManyScanlines => GetResourceString("Image_TooManyScanlines");
        /// <summary>Commit unsuccessful because too much metadata changed.</summary>
        internal static string @Image_TooMuchMetadata => GetResourceString("Image_TooMuchMetadata");
        /// <summary>Unexpected type of metadata.</summary>
        internal static string @Image_UnexpectedMetadataType => GetResourceString("Image_UnexpectedMetadataType");
        /// <summary>The image format is unrecognized.</summary>
        internal static string @Image_UnknownFormat => GetResourceString("Image_UnknownFormat");
        /// <summary>Operation not supported.</summary>
        internal static string @Image_UnsupportedOperation => GetResourceString("Image_UnsupportedOperation");
        /// <summary>Pixel format not supported.</summary>
        internal static string @Image_UnsupportedPixelFormat => GetResourceString("Image_UnsupportedPixelFormat");
        /// <summary>Operation caused an invalid state.</summary>
        internal static string @Image_WrongState => GetResourceString("Image_WrongState");
        /// <summary>The StylusPointDescriptions are incompatible. Use the StylusPointDescription.GetCommonDescription method to find a common StylusPointDescription and then call StylusPointCollection.Reformat to return a compatible StylusPointCollection.</summary>
        internal static string @IncompatibleStylusPointDescriptions => GetResourceString("IncompatibleStylusPointDescriptions");
        /// <summary></summary>
        internal static string @IncreaseZoomKey => GetResourceString("IncreaseZoomKey");
        /// <summary></summary>
        internal static string @IncreaseZoomKeyDisplayString => GetResourceString("IncreaseZoomKeyDisplayString");
        /// <summary>Increase Zoom</summary>
        internal static string @IncreaseZoomText => GetResourceString("IncreaseZoomText");
        /// <summary>The object is already being initialized.</summary>
        internal static string @InInitialization => GetResourceString("InInitialization");
        /// <summary>The operation fails because the object is not fully initialized.</summary>
        internal static string @InitializationIncomplete => GetResourceString("InitializationIncomplete");
        /// <summary>Cannot initialize compressor.</summary>
        internal static string @InitializingCompressorFailed => GetResourceString("InitializingCompressorFailed");
        /// <summary>InnerRequest not available for preloaded packages.</summary>
        internal static string @InnerRequestNotAllowed => GetResourceString("InnerRequestNotAllowed");
        /// <summary>Gesture accepts only objects of type '{0}'.</summary>
        internal static string @InputBinding_ExpectedInputGesture => GetResourceString("InputBinding_ExpectedInputGesture");
        /// <summary>InputLanguageManager is not ready to change the current input languages.</summary>
        internal static string @InputLanguageManager_NotReadyToChangeCurrentLanguage => GetResourceString("InputLanguageManager_NotReadyToChangeCurrentLanguage");
        /// <summary>'{0}' is not a valid ImeConversionMode.</summary>
        internal static string @InputMethod_InvalidConversionMode => GetResourceString("InputMethod_InvalidConversionMode");
        /// <summary>'{0}' is not a valid ImeSentenceMode.</summary>
        internal static string @InputMethod_InvalidSentenceMode => GetResourceString("InputMethod_InvalidSentenceMode");
        /// <summary>The InputProviderSite has already been disposed.</summary>
        internal static string @InputProviderSiteDisposed => GetResourceString("InputProviderSiteDisposed");
        /// <summary>'{0}' is not a valid InputScopeName.</summary>
        internal static string @InputScope_InvalidInputScopeName => GetResourceString("InputScope_InvalidInputScopeName");
        /// <summary>Integer collection size cannot be negative.</summary>
        internal static string @IntegerCollectionLengthLessThanZero => GetResourceString("IntegerCollectionLengthLessThanZero");
        /// <summary>An absolute URI in a font family name must have file:// scheme.</summary>
        internal static string @InvalidAbsoluteUriInFontFamilyName => GetResourceString("InvalidAbsoluteUriInFontFamilyName");
        /// <summary>The additional data passed in does not match what is expected based on the StylusPointDescription.</summary>
        internal static string @InvalidAdditionalDataForStylusPoint => GetResourceString("InvalidAdditionalDataForStylusPoint");
        /// <summary>Maximum buffer length must be within actual buffer length.</summary>
        internal static string @InvalidBufferLength => GetResourceString("InvalidBufferLength");
        /// <summary>Byte ranges are not valid in '{0}'.</summary>
        internal static string @InvalidByteRanges => GetResourceString("InvalidByteRanges");
        /// <summary>'{0}' cursor type is not valid.</summary>
        internal static string @InvalidCursorType => GetResourceString("InvalidCursorType");
        /// <summary>The specified data is invalid, see inner exception for details.</summary>
        internal static string @InvalidDataInISF => GetResourceString("InvalidDataInISF");
        /// <summary>Property data must be a non-reference variant compatible type.</summary>
        internal static string @InvalidDataTypeForExtendedProperty => GetResourceString("InvalidDataTypeForExtendedProperty");
        /// <summary>The value is out of range.</summary>
        internal static string @InvalidDiameter => GetResourceString("InvalidDiameter");
        /// <summary>Height must be greater than or equal to DrawingAttributes.MinHeight and less than or equal to DrawingAttribute.MaxHeight.</summary>
        internal static string @InvalidDrawingAttributesHeight => GetResourceString("InvalidDrawingAttributesHeight");
        /// <summary>Width must be greater than or equal to DrawingAttributes.MinWidth and less than or equal to DrawingAttribute.MaxWidth.</summary>
        internal static string @InvalidDrawingAttributesWidth => GetResourceString("InvalidDrawingAttributesWidth");
        /// <summary>Extended property data type is not valid.</summary>
        internal static string @InvalidEpInIsf => GetResourceString("InvalidEpInIsf");
        /// <summary>The event handle is not usable.</summary>
        internal static string @InvalidEventHandle => GetResourceString("InvalidEventHandle");
        /// <summary>GUID cannot be empty.</summary>
        internal static string @InvalidGuid => GetResourceString("InvalidGuid");
        /// <summary>The specified GUID represents a button, so isButton must be true.</summary>
        internal static string @InvalidIsButtonForId => GetResourceString("InvalidIsButtonForId");
        /// <summary>The specified GUID does not represent a button, so isButton must be false.</summary>
        internal static string @InvalidIsButtonForId2 => GetResourceString("InvalidIsButtonForId2");
        /// <summary>Infinity member value is not valid in Matrix.</summary>
        internal static string @InvalidMatrixContainsInfinity => GetResourceString("InvalidMatrixContainsInfinity");
        /// <summary>NaN is not a valid value for Matrix member.</summary>
        internal static string @InvalidMatrixContainsNaN => GetResourceString("InvalidMatrixContainsNaN");
        /// <summary>StylusPointPropertyInfos that are buttons must have a minimum of 0 and a maximum of 1.</summary>
        internal static string @InvalidMinMaxForButton => GetResourceString("InvalidMinMaxForButton");
        /// <summary>The part name does not correspond to its content type.</summary>
        internal static string @InvalidPartName => GetResourceString("InvalidPartName");
        /// <summary>PermissionState value '{0}' is not valid for this Permission.</summary>
        internal static string @InvalidPermissionStateValue => GetResourceString("InvalidPermissionStateValue");
        /// <summary>Permission type is not valid. Expected '{0}'.</summary>
        internal static string @InvalidPermissionType => GetResourceString("InvalidPermissionType");
        /// <summary>Pressure must be a value between 0 and 1.</summary>
        internal static string @InvalidPressureValue => GetResourceString("InvalidPressureValue");
        /// <summary>The stroke being removed does not exist in the current collection.</summary>
        internal static string @InvalidRemovedStroke => GetResourceString("InvalidRemovedStroke");
        /// <summary>The stroke being replaced does not exist in the current collection.</summary>
        internal static string @InvalidReplacedStroke => GetResourceString("InvalidReplacedStroke");
        /// <summary>HTTP byte range downloader can support only HTTP or HTTPS schemes.</summary>
        internal static string @InvalidScheme => GetResourceString("InvalidScheme");
        /// <summary>'{0}' must be a relative URI for site of origin.</summary>
        internal static string @InvalidSiteOfOriginUri => GetResourceString("InvalidSiteOfOriginUri");
        /// <summary>The specified size is less than the information decoded in the ISF stream.</summary>
        internal static string @InvalidSizeSpecified => GetResourceString("InvalidSizeSpecified");
        /// <summary>Stream is not valid.</summary>
        internal static string @InvalidStream => GetResourceString("InvalidStream");
        /// <summary>Translation is not valid.</summary>
        internal static string @InvalidSttValue => GetResourceString("InvalidSttValue");
        /// <summary>StylusPointCollection cannot be empty when attached to a Stroke.</summary>
        internal static string @InvalidStylusPointCollectionZeroCount => GetResourceString("InvalidStylusPointCollectionZeroCount");
        /// <summary>The specified collection cannot be empty.</summary>
        internal static string @InvalidStylusPointConstructionZeroLengthCollection => GetResourceString("InvalidStylusPointConstructionZeroLengthCollection");
        /// <summary>StylusPointDescription must contain at least X, Y and NormalPressure in that order.</summary>
        internal static string @InvalidStylusPointDescription => GetResourceString("InvalidStylusPointDescription");
        /// <summary>When constructing a StylusPointDescription, any StylusPointPropertyInfos that represent buttons must be placed at the end of the collection.</summary>
        internal static string @InvalidStylusPointDescriptionButtonsMustBeLast => GetResourceString("InvalidStylusPointDescriptionButtonsMustBeLast");
        /// <summary>StylusPointDescription cannot contain duplicate StylusPointPropertyInfos.</summary>
        internal static string @InvalidStylusPointDescriptionDuplicatesFound => GetResourceString("InvalidStylusPointDescriptionDuplicatesFound");
        /// <summary>The specified StylusPointDescription must be a subset.</summary>
        internal static string @InvalidStylusPointDescriptionSubset => GetResourceString("InvalidStylusPointDescriptionSubset");
        /// <summary>StylusPointDescription supports no more than 31 buttons.</summary>
        internal static string @InvalidStylusPointDescriptionTooManyButtons => GetResourceString("InvalidStylusPointDescriptionTooManyButtons");
        /// <summary>The StylusPoint does not support the specified StylusPointProperty.</summary>
        internal static string @InvalidStylusPointProperty => GetResourceString("InvalidStylusPointProperty");
        /// <summary>Resolution must be at least 0.0f.</summary>
        internal static string @InvalidStylusPointPropertyInfoResolution => GetResourceString("InvalidStylusPointPropertyInfoResolution");
        /// <summary>Value cannot be Double.NaN.</summary>
        internal static string @InvalidStylusPointXYNaN => GetResourceString("InvalidStylusPointXYNaN");
        /// <summary>Cannot have empty name of a temporary file.</summary>
        internal static string @InvalidTempFileName => GetResourceString("InvalidTempFileName");
        /// <summary>The requested TextDecorationCollection string is not valid: '{0}'.</summary>
        internal static string @InvalidTextDecorationCollectionString => GetResourceString("InvalidTextDecorationCollectionString");
        /// <summary>Invalid value '{0}' for type '{1}'.</summary>
        internal static string @InvalidValueOfType => GetResourceString("InvalidValueOfType");
        /// <summary>Value must be of type '{0}'.</summary>
        internal static string @InvalidValueType => GetResourceString("InvalidValueType");
        /// <summary>Value must be of type '{0}' or '{1}'.</summary>
        internal static string @InvalidValueType1 => GetResourceString("InvalidValueType1");
        /// <summary>'{0}' is not a valid type for IInputElement. UIElement, ContentElement or UIElement3D expected.</summary>
        internal static string @Invalid_IInputElement => GetResourceString("Invalid_IInputElement");
        /// <summary>The length of the ISF data must be greater than zero.</summary>
        internal static string @Invalid_isfData_Length => GetResourceString("Invalid_isfData_Length");
        /// <summary>The URI specified is invalid.</summary>
        internal static string @Invalid_URI => GetResourceString("Invalid_URI");
        /// <summary>A read or write operation references a location outside the bounds of the buffer provided.</summary>
        internal static string @IOBufferOverflow => GetResourceString("IOBufferOverflow");
        /// <summary>I/O error when opening file '{0}'.</summary>
        internal static string @IOExceptionWithFileName => GetResourceString("IOExceptionWithFileName");
        /// <summary>InkSerializedFormat operation failed.</summary>
        internal static string @IsfOperationFailed => GetResourceString("IsfOperationFailed");
        /// <summary>The specified keyboard sink is already owned by a site.</summary>
        internal static string @KeyboardSinkAlreadyOwned => GetResourceString("KeyboardSinkAlreadyOwned");
        /// <summary>The specified keyboard sink must be a UIElement.</summary>
        internal static string @KeyboardSinkMustBeAnElement => GetResourceString("KeyboardSinkMustBeAnElement");
        /// <summary>The specified keyboard sink is not a child of this source.</summary>
        internal static string @KeyboardSinkNotAChild => GetResourceString("KeyboardSinkNotAChild");
        /// <summary>'{0}+{1}' key and modifier combination is not supported for KeyGesture.</summary>
        internal static string @KeyGesture_Invalid => GetResourceString("KeyGesture_Invalid");
        /// <summary></summary>
        internal static string @LastPageKey => GetResourceString("LastPageKey");
        /// <summary></summary>
        internal static string @LastPageKeyDisplayString => GetResourceString("LastPageKeyDisplayString");
        /// <summary>Last Page</summary>
        internal static string @LastPageText => GetResourceString("LastPageText");
        /// <summary>Layout recursion reached allowed limit to avoid stack overflow: '{0}'. Either the tree contains a loop or is too deep.</summary>
        internal static string @LayoutManager_DeepRecursion => GetResourceString("LayoutManager_DeepRecursion");
        /// <summary>An unrecognized ManipulationMode flag was encountered.</summary>
        internal static string @Manipulation_InvalidManipulationMode => GetResourceString("Manipulation_InvalidManipulationMode");
        /// <summary>Manipulation is not active on the specified element.</summary>
        internal static string @Manipulation_ManipulationNotActive => GetResourceString("Manipulation_ManipulationNotActive");
        /// <summary>IsManipulationEnabled is not set to true on the specified element.</summary>
        internal static string @Manipulation_ManipulationNotEnabled => GetResourceString("Manipulation_ManipulationNotEnabled");
        /// <summary>Cannot invert the matrix, because the matrix is not invertible.</summary>
        internal static string @Matrix3D_NotInvertible => GetResourceString("Matrix3D_NotInvertible");
        /// <summary>The specified Matrix must be invertible.</summary>
        internal static string @MatrixNotInvertible => GetResourceString("MatrixNotInvertible");
        /// <summary></summary>
        internal static string @MediaBoostBassKey => GetResourceString("MediaBoostBassKey");
        /// <summary></summary>
        internal static string @MediaBoostBassKeyDisplayString => GetResourceString("MediaBoostBassKeyDisplayString");
        /// <summary>Boost Bass</summary>
        internal static string @MediaBoostBassText => GetResourceString("MediaBoostBassText");
        /// <summary></summary>
        internal static string @MediaChannelDownKey => GetResourceString("MediaChannelDownKey");
        /// <summary></summary>
        internal static string @MediaChannelDownKeyDisplayString => GetResourceString("MediaChannelDownKeyDisplayString");
        /// <summary>Channel Down</summary>
        internal static string @MediaChannelDownText => GetResourceString("MediaChannelDownText");
        /// <summary></summary>
        internal static string @MediaChannelUpKey => GetResourceString("MediaChannelUpKey");
        /// <summary></summary>
        internal static string @MediaChannelUpKeyDisplayString => GetResourceString("MediaChannelUpKeyDisplayString");
        /// <summary>Channel Up</summary>
        internal static string @MediaChannelUpText => GetResourceString("MediaChannelUpText");
        /// <summary>Cannot call this API during the OnRender callback. During OnRender, only drawing operations that draw the content of the Visual can be performed.</summary>
        internal static string @MediaContext_APINotAllowed => GetResourceString("MediaContext_APINotAllowed");
        /// <summary>An infinite loop appears to have resulted from cross-dependent views.</summary>
        internal static string @MediaContext_InfiniteLayoutLoop => GetResourceString("MediaContext_InfiniteLayoutLoop");
        /// <summary>An infinite loop appears to have resulted from repeatedly invalidating the TimeManager during the Layout/Render process.</summary>
        internal static string @MediaContext_InfiniteTickLoop => GetResourceString("MediaContext_InfiniteTickLoop");
        /// <summary>Invalid user-specified pixel shader.  Register a PixelShader.InvalidPixelShaderEncountered event handler to avoid this exception being raised.</summary>
        internal static string @MediaContext_NoBadShaderHandler => GetResourceString("MediaContext_NoBadShaderHandler");
        /// <summary>Out of video memory.</summary>
        internal static string @MediaContext_OutOfVideoMemory => GetResourceString("MediaContext_OutOfVideoMemory");
        /// <summary>An unspecified error occurred on the render thread.</summary>
        internal static string @MediaContext_RenderThreadError => GetResourceString("MediaContext_RenderThreadError");
        /// <summary></summary>
        internal static string @MediaDecreaseBassKey => GetResourceString("MediaDecreaseBassKey");
        /// <summary></summary>
        internal static string @MediaDecreaseBassKeyDisplayString => GetResourceString("MediaDecreaseBassKeyDisplayString");
        /// <summary>Decrease Bass</summary>
        internal static string @MediaDecreaseBassText => GetResourceString("MediaDecreaseBassText");
        /// <summary></summary>
        internal static string @MediaDecreaseMicrophoneVolumeKey => GetResourceString("MediaDecreaseMicrophoneVolumeKey");
        /// <summary></summary>
        internal static string @MediaDecreaseMicrophoneVolumeKeyDisplayString => GetResourceString("MediaDecreaseMicrophoneVolumeKeyDisplayString");
        /// <summary>Decrease Microphone Volume</summary>
        internal static string @MediaDecreaseMicrophoneVolumeText => GetResourceString("MediaDecreaseMicrophoneVolumeText");
        /// <summary></summary>
        internal static string @MediaDecreaseTrebleKey => GetResourceString("MediaDecreaseTrebleKey");
        /// <summary></summary>
        internal static string @MediaDecreaseTrebleKeyDisplayString => GetResourceString("MediaDecreaseTrebleKeyDisplayString");
        /// <summary>Decrease Treble</summary>
        internal static string @MediaDecreaseTrebleText => GetResourceString("MediaDecreaseTrebleText");
        /// <summary></summary>
        internal static string @MediaDecreaseVolumeKey => GetResourceString("MediaDecreaseVolumeKey");
        /// <summary></summary>
        internal static string @MediaDecreaseVolumeKeyDisplayString => GetResourceString("MediaDecreaseVolumeKeyDisplayString");
        /// <summary>Decrease Volume</summary>
        internal static string @MediaDecreaseVolumeText => GetResourceString("MediaDecreaseVolumeText");
        /// <summary></summary>
        internal static string @MediaFastForwardKey => GetResourceString("MediaFastForwardKey");
        /// <summary></summary>
        internal static string @MediaFastForwardKeyDisplayString => GetResourceString("MediaFastForwardKeyDisplayString");
        /// <summary>Fast Forward</summary>
        internal static string @MediaFastForwardText => GetResourceString("MediaFastForwardText");
        /// <summary></summary>
        internal static string @MediaIncreaseBassKey => GetResourceString("MediaIncreaseBassKey");
        /// <summary></summary>
        internal static string @MediaIncreaseBassKeyDisplayString => GetResourceString("MediaIncreaseBassKeyDisplayString");
        /// <summary>Increase Bass</summary>
        internal static string @MediaIncreaseBassText => GetResourceString("MediaIncreaseBassText");
        /// <summary></summary>
        internal static string @MediaIncreaseMicrophoneVolumeKey => GetResourceString("MediaIncreaseMicrophoneVolumeKey");
        /// <summary></summary>
        internal static string @MediaIncreaseMicrophoneVolumeKeyDisplayString => GetResourceString("MediaIncreaseMicrophoneVolumeKeyDisplayString");
        /// <summary>Increase Microphone Volume</summary>
        internal static string @MediaIncreaseMicrophoneVolumeText => GetResourceString("MediaIncreaseMicrophoneVolumeText");
        /// <summary></summary>
        internal static string @MediaIncreaseTrebleKey => GetResourceString("MediaIncreaseTrebleKey");
        /// <summary></summary>
        internal static string @MediaIncreaseTrebleKeyDisplayString => GetResourceString("MediaIncreaseTrebleKeyDisplayString");
        /// <summary>Increase Treble</summary>
        internal static string @MediaIncreaseTrebleText => GetResourceString("MediaIncreaseTrebleText");
        /// <summary></summary>
        internal static string @MediaIncreaseVolumeKey => GetResourceString("MediaIncreaseVolumeKey");
        /// <summary></summary>
        internal static string @MediaIncreaseVolumeKeyDisplayString => GetResourceString("MediaIncreaseVolumeKeyDisplayString");
        /// <summary>Increase Volume</summary>
        internal static string @MediaIncreaseVolumeText => GetResourceString("MediaIncreaseVolumeText");
        /// <summary></summary>
        internal static string @MediaMuteMicrophoneVolumeKey => GetResourceString("MediaMuteMicrophoneVolumeKey");
        /// <summary></summary>
        internal static string @MediaMuteMicrophoneVolumeKeyDisplayString => GetResourceString("MediaMuteMicrophoneVolumeKeyDisplayString");
        /// <summary>Mute Microphone Volume</summary>
        internal static string @MediaMuteMicrophoneVolumeText => GetResourceString("MediaMuteMicrophoneVolumeText");
        /// <summary></summary>
        internal static string @MediaMuteVolumeKey => GetResourceString("MediaMuteVolumeKey");
        /// <summary></summary>
        internal static string @MediaMuteVolumeKeyDisplayString => GetResourceString("MediaMuteVolumeKeyDisplayString");
        /// <summary>Mute Volume</summary>
        internal static string @MediaMuteVolumeText => GetResourceString("MediaMuteVolumeText");
        /// <summary></summary>
        internal static string @MediaNextTrackKey => GetResourceString("MediaNextTrackKey");
        /// <summary></summary>
        internal static string @MediaNextTrackKeyDisplayString => GetResourceString("MediaNextTrackKeyDisplayString");
        /// <summary>Next Track</summary>
        internal static string @MediaNextTrackText => GetResourceString("MediaNextTrackText");
        /// <summary></summary>
        internal static string @MediaPauseKey => GetResourceString("MediaPauseKey");
        /// <summary></summary>
        internal static string @MediaPauseKeyDisplayString => GetResourceString("MediaPauseKeyDisplayString");
        /// <summary>Pause</summary>
        internal static string @MediaPauseText => GetResourceString("MediaPauseText");
        /// <summary></summary>
        internal static string @MediaPlayKey => GetResourceString("MediaPlayKey");
        /// <summary></summary>
        internal static string @MediaPlayKeyDisplayString => GetResourceString("MediaPlayKeyDisplayString");
        /// <summary>Play</summary>
        internal static string @MediaPlayText => GetResourceString("MediaPlayText");
        /// <summary></summary>
        internal static string @MediaPreviousTrackKey => GetResourceString("MediaPreviousTrackKey");
        /// <summary></summary>
        internal static string @MediaPreviousTrackKeyDisplayString => GetResourceString("MediaPreviousTrackKeyDisplayString");
        /// <summary>Previous Track</summary>
        internal static string @MediaPreviousTrackText => GetResourceString("MediaPreviousTrackText");
        /// <summary></summary>
        internal static string @MediaRecordKey => GetResourceString("MediaRecordKey");
        /// <summary></summary>
        internal static string @MediaRecordKeyDisplayString => GetResourceString("MediaRecordKeyDisplayString");
        /// <summary>Record</summary>
        internal static string @MediaRecordText => GetResourceString("MediaRecordText");
        /// <summary></summary>
        internal static string @MediaRewindKey => GetResourceString("MediaRewindKey");
        /// <summary></summary>
        internal static string @MediaRewindKeyDisplayString => GetResourceString("MediaRewindKeyDisplayString");
        /// <summary>Rewind</summary>
        internal static string @MediaRewindText => GetResourceString("MediaRewindText");
        /// <summary></summary>
        internal static string @MediaSelectKey => GetResourceString("MediaSelectKey");
        /// <summary></summary>
        internal static string @MediaSelectKeyDisplayString => GetResourceString("MediaSelectKeyDisplayString");
        /// <summary>Select</summary>
        internal static string @MediaSelectText => GetResourceString("MediaSelectText");
        /// <summary></summary>
        internal static string @MediaStopKey => GetResourceString("MediaStopKey");
        /// <summary></summary>
        internal static string @MediaStopKeyDisplayString => GetResourceString("MediaStopKeyDisplayString");
        /// <summary>Stop</summary>
        internal static string @MediaStopText => GetResourceString("MediaStopText");
        /// <summary>This API was accessed with arguments from the wrong context.</summary>
        internal static string @MediaSystem_ApiInvalidContext => GetResourceString("MediaSystem_ApiInvalidContext");
        /// <summary>Received an out of order connect or disconnect message.</summary>
        internal static string @MediaSystem_OutOfOrderConnectOrDisconnect => GetResourceString("MediaSystem_OutOfOrderConnectOrDisconnect");
        /// <summary></summary>
        internal static string @MediaToggleMicrophoneOnOffKey => GetResourceString("MediaToggleMicrophoneOnOffKey");
        /// <summary></summary>
        internal static string @MediaToggleMicrophoneOnOffKeyDisplayString => GetResourceString("MediaToggleMicrophoneOnOffKeyDisplayString");
        /// <summary>Toggle Microphone OnOff</summary>
        internal static string @MediaToggleMicrophoneOnOffText => GetResourceString("MediaToggleMicrophoneOnOffText");
        /// <summary></summary>
        internal static string @MediaTogglePlayPauseKey => GetResourceString("MediaTogglePlayPauseKey");
        /// <summary></summary>
        internal static string @MediaTogglePlayPauseKeyDisplayString => GetResourceString("MediaTogglePlayPauseKeyDisplayString");
        /// <summary>Toggle Play Pause</summary>
        internal static string @MediaTogglePlayPauseText => GetResourceString("MediaTogglePlayPauseText");
        /// <summary>Media file download failed.</summary>
        internal static string @Media_DownloadFailed => GetResourceString("Media_DownloadFailed");
        /// <summary>Installed codecs do not support the media file format.</summary>
        internal static string @Media_FileFormatNotSupported => GetResourceString("Media_FileFormatNotSupported");
        /// <summary>Cannot find the media file.</summary>
        internal static string @Media_FileNotFound => GetResourceString("Media_FileNotFound");
        /// <summary>Display driver must support video acceleration for video or audio playback.</summary>
        internal static string @Media_HardwareVideoAccelerationNotAvailable => GetResourceString("Media_HardwareVideoAccelerationNotAvailable");
        /// <summary>There are insufficient video resources available for video or audio playback.</summary>
        internal static string @Media_InsufficientVideoResources => GetResourceString("Media_InsufficientVideoResources");
        /// <summary>Value does not fall within the expected range.</summary>
        internal static string @Media_InvalidArgument => GetResourceString("Media_InvalidArgument");
        /// <summary>Windows Media Player version 10 or later is required.</summary>
        internal static string @Media_InvalidWmpVersion => GetResourceString("Media_InvalidWmpVersion");
        /// <summary>Access was denied on the media file.</summary>
        internal static string @Media_LogonFailure => GetResourceString("Media_LogonFailure");
        /// <summary>Cannot perform this operation while a clock is assigned to the media player.</summary>
        internal static string @Media_NotAllowedWhileTimingEngineInControl => GetResourceString("Media_NotAllowedWhileTimingEngineInControl");
        /// <summary>Only site-of-origin pack URIs are supported for media.</summary>
        internal static string @Media_PackURIsAreNotSupported => GetResourceString("Media_PackURIsAreNotSupported");
        /// <summary>No operations are valid on a closed media player except open and close.</summary>
        internal static string @Media_PlayerIsClosed => GetResourceString("Media_PlayerIsClosed");
        /// <summary>Unrecognized playlist file format.</summary>
        internal static string @Media_PlaylistFormatNotSupported => GetResourceString("Media_PlaylistFormatNotSupported");
        /// <summary>Cannot access the stream after it is closed.</summary>
        internal static string @Media_StreamClosed => GetResourceString("Media_StreamClosed");
        /// <summary>Accessed an uninitialized media resource.</summary>
        internal static string @Media_UninitializedResource => GetResourceString("Media_UninitializedResource");
        /// <summary>Channel type is not recognized.</summary>
        internal static string @Media_UnknownChannelType => GetResourceString("Media_UnknownChannelType");
        /// <summary>An unknown media error occurred.</summary>
        internal static string @Media_UnknownMediaExecption => GetResourceString("Media_UnknownMediaExecption");
        /// <summary>Must specify URI.</summary>
        internal static string @Media_UriNotSpecified => GetResourceString("Media_UriNotSpecified");
        /// <summary>The '{0}' method cannot be called at this time.</summary>
        internal static string @MethodCallNotAllowed => GetResourceString("MethodCallNotAllowed");
        /// <summary>Mismatched versions of PresentationCore.dll, Milcore.dll, WindowsCodecs.dll, or D3d9.dll. Check that these DLLs come from the same source.</summary>
        internal static string @MilErr_UnsupportedVersion => GetResourceString("MilErr_UnsupportedVersion");
        /// <summary>RoutedEvent in RoutedEventArgs and EventRoute are mismatched.</summary>
        internal static string @Mismatched_RoutedEvent => GetResourceString("Mismatched_RoutedEvent");
        /// <summary>Down</summary>
        internal static string @MoveDownKeyDisplayString => GetResourceString("MoveDownKeyDisplayString");
        /// <summary>Move Down</summary>
        internal static string @MoveDownText => GetResourceString("MoveDownText");
        /// <summary>Ctrl+Left</summary>
        internal static string @MoveFocusBackKeyDisplayString => GetResourceString("MoveFocusBackKeyDisplayString");
        /// <summary>Move Focus Back</summary>
        internal static string @MoveFocusBackText => GetResourceString("MoveFocusBackText");
        /// <summary>Ctrl+Down</summary>
        internal static string @MoveFocusDownKeyDisplayString => GetResourceString("MoveFocusDownKeyDisplayString");
        /// <summary>Move Focus Down</summary>
        internal static string @MoveFocusDownText => GetResourceString("MoveFocusDownText");
        /// <summary>Ctrl+Right</summary>
        internal static string @MoveFocusForwardKeyDisplayString => GetResourceString("MoveFocusForwardKeyDisplayString");
        /// <summary>Move Focus Forward</summary>
        internal static string @MoveFocusForwardText => GetResourceString("MoveFocusForwardText");
        /// <summary>Ctrl+PageDown</summary>
        internal static string @MoveFocusPageDownKeyDisplayString => GetResourceString("MoveFocusPageDownKeyDisplayString");
        /// <summary>Move Focus Page Down</summary>
        internal static string @MoveFocusPageDownText => GetResourceString("MoveFocusPageDownText");
        /// <summary>Ctrl+PageUp</summary>
        internal static string @MoveFocusPageUpKeyDisplayString => GetResourceString("MoveFocusPageUpKeyDisplayString");
        /// <summary>Move Focus Page Up</summary>
        internal static string @MoveFocusPageUpText => GetResourceString("MoveFocusPageUpText");
        /// <summary>Ctrl+Up</summary>
        internal static string @MoveFocusUpKeyDisplayString => GetResourceString("MoveFocusUpKeyDisplayString");
        /// <summary>Move Focus Up</summary>
        internal static string @MoveFocusUpText => GetResourceString("MoveFocusUpText");
        /// <summary>Left</summary>
        internal static string @MoveLeftKeyDisplayString => GetResourceString("MoveLeftKeyDisplayString");
        /// <summary>Move Left</summary>
        internal static string @MoveLeftText => GetResourceString("MoveLeftText");
        /// <summary>Right</summary>
        internal static string @MoveRightKeyDisplayString => GetResourceString("MoveRightKeyDisplayString");
        /// <summary>Move Right</summary>
        internal static string @MoveRightText => GetResourceString("MoveRightText");
        /// <summary>End</summary>
        internal static string @MoveToEndKeyDisplayString => GetResourceString("MoveToEndKeyDisplayString");
        /// <summary>Move To End</summary>
        internal static string @MoveToEndText => GetResourceString("MoveToEndText");
        /// <summary>Home</summary>
        internal static string @MoveToHomeKeyDisplayString => GetResourceString("MoveToHomeKeyDisplayString");
        /// <summary>Move To Home</summary>
        internal static string @MoveToHomeText => GetResourceString("MoveToHomeText");
        /// <summary>PageDown</summary>
        internal static string @MoveToPageDownKeyDisplayString => GetResourceString("MoveToPageDownKeyDisplayString");
        /// <summary>Move To Page Down</summary>
        internal static string @MoveToPageDownText => GetResourceString("MoveToPageDownText");
        /// <summary>PageUp</summary>
        internal static string @MoveToPageUpKeyDisplayString => GetResourceString("MoveToPageUpKeyDisplayString");
        /// <summary>Move To Page Up</summary>
        internal static string @MoveToPageUpText => GetResourceString("MoveToPageUpText");
        /// <summary>Up</summary>
        internal static string @MoveUpKeyDisplayString => GetResourceString("MoveUpKeyDisplayString");
        /// <summary>Move Up</summary>
        internal static string @MoveUpText => GetResourceString("MoveUpText");
        /// <summary>Cannot have more than one '{0}' instance in the same AppDomain.</summary>
        internal static string @MultiSingleton => GetResourceString("MultiSingleton");
        /// <summary></summary>
        internal static string @NavigateJournalKey => GetResourceString("NavigateJournalKey");
        /// <summary></summary>
        internal static string @NavigateJournalKeyDisplayString => GetResourceString("NavigateJournalKeyDisplayString");
        /// <summary>Navigate Journal</summary>
        internal static string @NavigateJournalText => GetResourceString("NavigateJournalText");
        /// <summary>Ctrl+N</summary>
        internal static string @NewKeyDisplayString => GetResourceString("NewKeyDisplayString");
        /// <summary>New</summary>
        internal static string @NewText => GetResourceString("NewText");
        /// <summary></summary>
        internal static string @NextPageKey => GetResourceString("NextPageKey");
        /// <summary></summary>
        internal static string @NextPageKeyDisplayString => GetResourceString("NextPageKeyDisplayString");
        /// <summary>Next Page</summary>
        internal static string @NextPageText => GetResourceString("NextPageText");
        /// <summary>Text formatting engine encountered a non-CLS exception.</summary>
        internal static string @NonCLSException => GetResourceString("NonCLSException");
        /// <summary>Unsupported Uri syntax. Method expects a relative Uri or a pack://application:,,,/ form of absolute Uri.</summary>
        internal static string @NonPackAppAbsoluteUriNotAllowed => GetResourceString("NonPackAppAbsoluteUriNotAllowed");
        /// <summary>Text content is not allowed on this element. Cannot add the text '{0}'.</summary>
        internal static string @NonWhiteSpaceInAddText => GetResourceString("NonWhiteSpaceInAddText");
        /// <summary>Not a Command</summary>
        internal static string @NotACommandText => GetResourceString("NotACommandText");
        /// <summary>The package URI is not allowed in the package store.</summary>
        internal static string @NotAllowedPackageUri => GetResourceString("NotAllowedPackageUri");
        /// <summary>Only PreProcessInput and PostProcessInput events can access InputManager staging area.</summary>
        internal static string @NotAllowedToAccessStagingArea => GetResourceString("NotAllowedToAccessStagingArea");
        /// <summary>The object is not being initialized.</summary>
        internal static string @NotInInitialization => GetResourceString("NotInInitialization");
        /// <summary>'{0}' parameter cannot be null unless '{1}' is an absolute URI.</summary>
        internal static string @NullBaseUriParam => GetResourceString("NullBaseUriParam");
        /// <summary>Hwnd of zero is not valid.</summary>
        internal static string @NullHwnd => GetResourceString("NullHwnd");
        /// <summary>Offset must be non-negative.</summary>
        internal static string @OffsetNegative => GetResourceString("OffsetNegative");
        /// <summary>OleRegisterDragDrop failed with return code '{0}' and window handle '{1}'.</summary>
        internal static string @OleRegisterDragDropFailure => GetResourceString("OleRegisterDragDropFailure");
        /// <summary>OleRevokeDragDrop failed with return code '{0}' and window handle '{1}'.</summary>
        internal static string @OleRevokeDragDropFailure => GetResourceString("OleRevokeDragDropFailure");
        /// <summary>OleInitialize failed for '{0}'.</summary>
        internal static string @OleServicesContext_oleInitializeFailure => GetResourceString("OleServicesContext_oleInitializeFailure");
        /// <summary>Current thread must be set to single thread apartment (STA) mode before OLE calls can be made.</summary>
        internal static string @OleServicesContext_ThreadMustBeSTA => GetResourceString("OleServicesContext_ThreadMustBeSTA");
        /// <summary>Keyboard processing can only process keyboard messages.</summary>
        internal static string @OnlyAcceptsKeyMessages => GetResourceString("OnlyAcceptsKeyMessages");
        /// <summary>The object is already initialized and cannot be initialized again.</summary>
        internal static string @OnlyOneInitialization => GetResourceString("OnlyOneInitialization");
        /// <summary>Ctrl+O</summary>
        internal static string @OpenKeyDisplayString => GetResourceString("OpenKeyDisplayString");
        /// <summary>Open</summary>
        internal static string @OpenText => GetResourceString("OpenText");
        /// <summary>Paragraph must be allowed to wrap in total-fit formatting.</summary>
        internal static string @OptimalParagraphMustWrap => GetResourceString("OptimalParagraphMustWrap");
        /// <summary>A package with the same URI is already in the package store.</summary>
        internal static string @PackageAlreadyExists => GetResourceString("PackageAlreadyExists");
        /// <summary>Cache policy is not valid.</summary>
        internal static string @PackWebRequestCachePolicyIllegal => GetResourceString("PackWebRequestCachePolicyIllegal");
        /// <summary>Specified ContentPosition is not valid for this element.</summary>
        internal static string @PaginatorMissingContentPosition => GetResourceString("PaginatorMissingContentPosition");
        /// <summary>Page number cannot be negative.</summary>
        internal static string @PaginatorNegativePageNumber => GetResourceString("PaginatorNegativePageNumber");
        /// <summary>Token is not valid.</summary>
        internal static string @Parsers_IllegalToken => GetResourceString("Parsers_IllegalToken");
        /// <summary>Token is not valid because it is more than 250 characters.</summary>
        internal static string @Parsers_IllegalToken_250_Chars => GetResourceString("Parsers_IllegalToken_250_Chars");
        /// <summary>Incorrect form '{0}' found parsing '{1}' string.</summary>
        internal static string @Parser_BadForm => GetResourceString("Parser_BadForm");
        /// <summary>Empty string not allowed.</summary>
        internal static string @Parser_Empty => GetResourceString("Parser_Empty");
        /// <summary>Unexpected token '{0}' encountered at position '{1}'.</summary>
        internal static string @Parser_UnexpectedToken => GetResourceString("Parser_UnexpectedToken");
        /// <summary>Ctrl+V;Shift+Insert</summary>
        internal static string @PasteKeyDisplayString => GetResourceString("PasteKeyDisplayString");
        /// <summary>Paste</summary>
        internal static string @PasteText => GetResourceString("PasteText");
        /// <summary>Internal error in newly produced path figures.</summary>
        internal static string @PathGeometry_InternalReadBackError => GetResourceString("PathGeometry_InternalReadBackError");
        /// <summary>'{0}' file name is longer than the system-defined maximum length.</summary>
        internal static string @PathTooLongExceptionWithFileName => GetResourceString("PathTooLongExceptionWithFileName");
        /// <summary>Cannot access a disposed pen service.</summary>
        internal static string @Penservice_Disposed => GetResourceString("Penservice_Disposed");
        /// <summary>Unexpected size of packet from pen service.</summary>
        internal static string @PenService_InvalidPacketData => GetResourceString("PenService_InvalidPacketData");
        /// <summary>The window is already registered for stylus input.</summary>
        internal static string @PenService_WindowAlreadyRegistered => GetResourceString("PenService_WindowAlreadyRegistered");
        /// <summary>The window is not registered for stylus input.</summary>
        internal static string @PenService_WindowNotRegistered => GetResourceString("PenService_WindowNotRegistered");
        /// <summary></summary>
        internal static string @PreviousPageKey => GetResourceString("PreviousPageKey");
        /// <summary></summary>
        internal static string @PreviousPageKeyDisplayString => GetResourceString("PreviousPageKeyDisplayString");
        /// <summary>Previous Page</summary>
        internal static string @PreviousPageText => GetResourceString("PreviousPageText");
        /// <summary>Ctrl+P</summary>
        internal static string @PrintKeyDisplayString => GetResourceString("PrintKeyDisplayString");
        /// <summary>Ctrl+F2</summary>
        internal static string @PrintPreviewKeyDisplayString => GetResourceString("PrintPreviewKeyDisplayString");
        /// <summary>Print Preview</summary>
        internal static string @PrintPreviewText => GetResourceString("PrintPreviewText");
        /// <summary>Print</summary>
        internal static string @PrintText => GetResourceString("PrintText");
        /// <summary>F4</summary>
        internal static string @PropertiesKeyDisplayString => GetResourceString("PropertiesKeyDisplayString");
        /// <summary>Properties</summary>
        internal static string @PropertiesText => GetResourceString("PropertiesText");
        /// <summary>'{0}' property value must be greater than or equal to zero.</summary>
        internal static string @PropertyCannotBeNegative => GetResourceString("PropertyCannotBeNegative");
        /// <summary>'{0}' property value must be greater than zero.</summary>
        internal static string @PropertyMustBeGreaterThanZero => GetResourceString("PropertyMustBeGreaterThanZero");
        /// <summary>'{0}' property of the '{1}' class must be less than or equal to '{2}'.</summary>
        internal static string @PropertyOfClassCannotBeGreaterThan => GetResourceString("PropertyOfClassCannotBeGreaterThan");
        /// <summary>'{0}' property of the '{1}' class cannot be null.</summary>
        internal static string @PropertyOfClassCannotBeNull => GetResourceString("PropertyOfClassCannotBeNull");
        /// <summary>'{0}' property of the '{1}' class must be greater than zero.</summary>
        internal static string @PropertyOfClassMustBeGreaterThanZero => GetResourceString("PropertyOfClassMustBeGreaterThanZero");
        /// <summary>'{0}' property value cannot be NaN.</summary>
        internal static string @PropertyValueCannotBeNaN => GetResourceString("PropertyValueCannotBeNaN");
        /// <summary>Zero axis of rotation specified.</summary>
        internal static string @Quaternion_ZeroAxisSpecified => GetResourceString("Quaternion_ZeroAxisSpecified");
        /// <summary>Text formatting engine cannot query text information due to error: '{0}'.</summary>
        internal static string @QueryLineFailure => GetResourceString("QueryLineFailure");
        /// <summary>Count of bytes to read cannot be negative.</summary>
        internal static string @ReadCountNegative => GetResourceString("ReadCountNegative");
        /// <summary>Operation not supported on a read-only InputGestureCollection.</summary>
        internal static string @ReadOnlyInputGesturesCollection => GetResourceString("ReadOnlyInputGesturesCollection");
        /// <summary>Cannot call the method.</summary>
        internal static string @Rect3D_CannotCallMethod => GetResourceString("Rect3D_CannotCallMethod");
        /// <summary>Cannot modify this property on the Empty Rect3D.</summary>
        internal static string @Rect3D_CannotModifyEmptyRect => GetResourceString("Rect3D_CannotModifyEmptyRect");
        /// <summary>Rectangle cannot be empty.</summary>
        internal static string @Rect_Empty => GetResourceString("Rect_Empty");
        /// <summary>Ctrl+Y</summary>
        internal static string @RedoKeyDisplayString => GetResourceString("RedoKeyDisplayString");
        /// <summary>Redo</summary>
        internal static string @RedoText => GetResourceString("RedoText");
        /// <summary>The visual tree has been changed during a '{0}' event.</summary>
        internal static string @ReentrantVisualTreeChangeError => GetResourceString("ReentrantVisualTreeChangeError");
        /// <summary>WARNING. The visual tree has been changed during a '{0}' event.  This is not supported in a production application.  Be sure to correct this before shipping the application.</summary>
        internal static string @ReentrantVisualTreeChangeWarning => GetResourceString("ReentrantVisualTreeChangeWarning");
        /// <summary>F5</summary>
        internal static string @RefreshKeyDisplayString => GetResourceString("RefreshKeyDisplayString");
        /// <summary>Refresh</summary>
        internal static string @RefreshText => GetResourceString("RefreshText");
        /// <summary>Text formatting engine cannot release penalty resource due to error: '{0}'.</summary>
        internal static string @RelievePenaltyResourceFailure => GetResourceString("RelievePenaltyResourceFailure");
        /// <summary>Ctrl+H</summary>
        internal static string @ReplaceKeyDisplayString => GetResourceString("ReplaceKeyDisplayString");
        /// <summary>Replace</summary>
        internal static string @ReplaceText => GetResourceString("ReplaceText");
        /// <summary>The operation is not allowed after the first request is made.</summary>
        internal static string @RequestAlreadyStarted => GetResourceString("RequestAlreadyStarted");
        /// <summary>The calling thread must be STA, because many UI components require this.</summary>
        internal static string @RequiresSTA => GetResourceString("RequiresSTA");
        /// <summary>Current CachePolicy is CacheOnly but the requested resource does not exist in the cache.</summary>
        internal static string @ResourceNotFoundUnderCacheOnlyPolicy => GetResourceString("ResourceNotFoundUnderCacheOnlyPolicy");
        /// <summary>Every RoutedEventArgs must have a non-null RoutedEvent associated with it.</summary>
        internal static string @RoutedEventArgsMustHaveRoutedEvent => GetResourceString("RoutedEventArgsMustHaveRoutedEvent");
        /// <summary>Cannot change the RoutedEvent property while the RoutedEvent is being routed.</summary>
        internal static string @RoutedEventCannotChangeWhileRouting => GetResourceString("RoutedEventCannotChangeWhileRouting");
        /// <summary>Save As</summary>
        internal static string @SaveAsText => GetResourceString("SaveAsText");
        /// <summary>Ctrl+S</summary>
        internal static string @SaveKeyDisplayString => GetResourceString("SaveKeyDisplayString");
        /// <summary>Save</summary>
        internal static string @SaveText => GetResourceString("SaveText");
        /// <summary>The Strokes have changed.</summary>
        internal static string @SCDataChanged => GetResourceString("SCDataChanged");
        /// <summary>Path of erasing stroke cannot be null.</summary>
        internal static string @SCErasePath => GetResourceString("SCErasePath");
        /// <summary>Erasing Shape cannot be null.</summary>
        internal static string @SCEraseShape => GetResourceString("SCEraseShape");
        /// <summary>Cannot resolve current inner request URI schema. Bypass cache only for resolvable schema types such as http, ftp, or file.</summary>
        internal static string @SchemaInvalidForTransport => GetResourceString("SchemaInvalidForTransport");
        /// <summary>The scope must be a UIElement or ContentElement.</summary>
        internal static string @ScopeMustBeUIElementOrContent => GetResourceString("ScopeMustBeUIElementOrContent");
        /// <summary></summary>
        internal static string @ScrollByLineKey => GetResourceString("ScrollByLineKey");
        /// <summary></summary>
        internal static string @ScrollByLineKeyDisplayString => GetResourceString("ScrollByLineKeyDisplayString");
        /// <summary>Scroll By Line</summary>
        internal static string @ScrollByLineText => GetResourceString("ScrollByLineText");
        /// <summary>PageDown</summary>
        internal static string @ScrollPageDownKeyDisplayString => GetResourceString("ScrollPageDownKeyDisplayString");
        /// <summary>Scroll Page Down</summary>
        internal static string @ScrollPageDownText => GetResourceString("ScrollPageDownText");
        /// <summary></summary>
        internal static string @ScrollPageLeftKey => GetResourceString("ScrollPageLeftKey");
        /// <summary></summary>
        internal static string @ScrollPageLeftKeyDisplayString => GetResourceString("ScrollPageLeftKeyDisplayString");
        /// <summary>Scroll Page Left</summary>
        internal static string @ScrollPageLeftText => GetResourceString("ScrollPageLeftText");
        /// <summary></summary>
        internal static string @ScrollPageRightKey => GetResourceString("ScrollPageRightKey");
        /// <summary></summary>
        internal static string @ScrollPageRightKeyDisplayString => GetResourceString("ScrollPageRightKeyDisplayString");
        /// <summary>Scroll Page Right</summary>
        internal static string @ScrollPageRightText => GetResourceString("ScrollPageRightText");
        /// <summary>PageUp</summary>
        internal static string @ScrollPageUpKeyDisplayString => GetResourceString("ScrollPageUpKeyDisplayString");
        /// <summary>Scroll Page Up</summary>
        internal static string @ScrollPageUpText => GetResourceString("ScrollPageUpText");
        /// <summary>F3</summary>
        internal static string @SearchKey => GetResourceString("SearchKey");
        /// <summary>F3</summary>
        internal static string @SearchKeyDisplayString => GetResourceString("SearchKeyDisplayString");
        /// <summary>Search</summary>
        internal static string @SearchText => GetResourceString("SearchText");
        /// <summary>Cannot set SandboxExternalContent to true in partial trust.</summary>
        internal static string @SecurityExceptionForSettingSandboxExternalToTrue => GetResourceString("SecurityExceptionForSettingSandboxExternalToTrue");
        /// <summary>Cannot set seek pointer to a negative position.</summary>
        internal static string @SeekNegative => GetResourceString("SeekNegative");
        /// <summary>SeekOrigin value is not valid.</summary>
        internal static string @SeekOriginInvalid => GetResourceString("SeekOriginInvalid");
        /// <summary>Ctrl+A</summary>
        internal static string @SelectAllKeyDisplayString => GetResourceString("SelectAllKeyDisplayString");
        /// <summary>Select All</summary>
        internal static string @SelectAllText => GetResourceString("SelectAllText");
        /// <summary>Shift+End</summary>
        internal static string @SelectToEndKeyDisplayString => GetResourceString("SelectToEndKeyDisplayString");
        /// <summary>Select To End</summary>
        internal static string @SelectToEndText => GetResourceString("SelectToEndText");
        /// <summary>Shift+Home</summary>
        internal static string @SelectToHomeKeyDisplayString => GetResourceString("SelectToHomeKeyDisplayString");
        /// <summary>Select To Home</summary>
        internal static string @SelectToHomeText => GetResourceString("SelectToHomeText");
        /// <summary>Shift+PageDown</summary>
        internal static string @SelectToPageDownKeyDisplayString => GetResourceString("SelectToPageDownKeyDisplayString");
        /// <summary>Select To PageDown</summary>
        internal static string @SelectToPageDownText => GetResourceString("SelectToPageDownText");
        /// <summary>Shift+PageUp</summary>
        internal static string @SelectToPageUpKeyDisplayString => GetResourceString("SelectToPageUpKeyDisplayString");
        /// <summary>Select To PageUp</summary>
        internal static string @SelectToPageUpText => GetResourceString("SelectToPageUpText");
        /// <summary>Text formatting engine cannot set breaking conditions due to error: '{0}'.</summary>
        internal static string @SetBreakingFailure => GetResourceString("SetBreakingFailure");
        /// <summary>Text formatting engine cannot set document context due to error: '{0}'.</summary>
        internal static string @SetDocFailure => GetResourceString("SetDocFailure");
        /// <summary>The target element cannot receive focus.</summary>
        internal static string @SetFocusFailed => GetResourceString("SetFocusFailed");
        /// <summary>Stream does not support SetLength.</summary>
        internal static string @SetLengthNotSupported => GetResourceString("SetLengthNotSupported");
        /// <summary>Text formatting engine cannot set tab stop due to error: '{0}'.</summary>
        internal static string @SetTabsFailure => GetResourceString("SetTabsFailure");
        /// <summary>Sideways right to left text is not supported.</summary>
        internal static string @SidewaysRTLTextIsNotSupported => GetResourceString("SidewaysRTLTextIsNotSupported");
        /// <summary>Cannot modify this property on the Empty Size3D.</summary>
        internal static string @Size3D_CannotModifyEmptySize => GetResourceString("Size3D_CannotModifyEmptySize");
        /// <summary>Cannot set a negative dimension.</summary>
        internal static string @Size3D_DimensionCannotBeNegative => GetResourceString("Size3D_DimensionCannotBeNegative");
        /// <summary>Must set Source in RoutedEventArgs before building event route or invoking handlers.</summary>
        internal static string @SourceNotSet => GetResourceString("SourceNotSet");
        /// <summary>The CultureInfo object used for number substitution must be a specific culture, not a neutral culture or InvariantCulture.</summary>
        internal static string @SpecificNumberCultureRequired => GetResourceString("SpecificNumberCultureRequired");
        /// <summary>Esc</summary>
        internal static string @StopKeyDisplayString => GetResourceString("StopKeyDisplayString");
        /// <summary>Stop</summary>
        internal static string @StopText => GetResourceString("StopText");
        /// <summary>BeginFigure must be called before this API.</summary>
        internal static string @StreamGeometry_NeedBeginFigure => GetResourceString("StreamGeometry_NeedBeginFigure");
        /// <summary>Parameter cannot be a zero-length string.</summary>
        internal static string @StringEmpty => GetResourceString("StringEmpty");
        /// <summary>Maximum number of strokes is two.</summary>
        internal static string @StrokeCollectionCountTooBig => GetResourceString("StrokeCollectionCountTooBig");
        /// <summary>The specified StrokeCollection is read-only.</summary>
        internal static string @StrokeCollectionIsReadOnly => GetResourceString("StrokeCollectionIsReadOnly");
        /// <summary>A duplicate stroke cannot be added to StrokeCollection.</summary>
        internal static string @StrokeIsDuplicated => GetResourceString("StrokeIsDuplicated");
        /// <summary>The strokes being replaced must exist contiguously in the current StrokeCollection.</summary>
        internal static string @StrokesNotContiguously => GetResourceString("StrokesNotContiguously");
        /// <summary>NotifyWhenProcessed can be called only during OnStylusDown, OnStylusMove, or OnStylusUp.</summary>
        internal static string @Stylus_CanOnlyCallForDownMoveOrUp => GetResourceString("Stylus_CanOnlyCallForDownMoveOrUp");
        /// <summary>No current object to return.</summary>
        internal static string @Stylus_EnumeratorFailure => GetResourceString("Stylus_EnumeratorFailure");
        /// <summary>'{0}' is not a valid index in the collection.</summary>
        internal static string @Stylus_IndexOutOfRange => GetResourceString("Stylus_IndexOutOfRange");
        /// <summary>'{0}' must be greater than or equal to '{1}'.</summary>
        internal static string @Stylus_InvalidMax => GetResourceString("Stylus_InvalidMax");
        /// <summary>Matrix is not invertible.</summary>
        internal static string @Stylus_MatrixNotInvertable => GetResourceString("Stylus_MatrixNotInvertable");
        /// <summary>Stylus or Mouse must be in the down state when calling Reset.</summary>
        internal static string @Stylus_MustBeDownToCallReset => GetResourceString("Stylus_MustBeDownToCallReset");
        /// <summary>Stylus input encountered an error.</summary>
        internal static string @Stylus_PenContextFailure => GetResourceString("Stylus_PenContextFailure");
        /// <summary>'{0}' already exists in the collection.</summary>
        internal static string @Stylus_PlugInIsDuplicated => GetResourceString("Stylus_PlugInIsDuplicated");
        /// <summary>'{0}' must be non-null.</summary>
        internal static string @Stylus_PlugInIsNull => GetResourceString("Stylus_PlugInIsNull");
        /// <summary>'{0}' does not exist in the collection.</summary>
        internal static string @Stylus_PlugInNotExist => GetResourceString("Stylus_PlugInNotExist");
        /// <summary>Count of points must be greater than zero.</summary>
        internal static string @Stylus_StylusPointsCantBeEmpty => GetResourceString("Stylus_StylusPointsCantBeEmpty");
        /// <summary>Text breakpoint was previously disposed.</summary>
        internal static string @TextBreakpointHasBeenDisposed => GetResourceString("TextBreakpointHasBeenDisposed");
        /// <summary>'{0}' does not have a valid InputManager.</summary>
        internal static string @TextCompositionManager_NoInputManager => GetResourceString("TextCompositionManager_NoInputManager");
        /// <summary>'{0}' has already finished.</summary>
        internal static string @TextCompositionManager_TextCompositionHasDone => GetResourceString("TextCompositionManager_TextCompositionHasDone");
        /// <summary>'{0}' has already started.</summary>
        internal static string @TextCompositionManager_TextCompositionHasStarted => GetResourceString("TextCompositionManager_TextCompositionHasStarted");
        /// <summary>'{0}' has not yet started.</summary>
        internal static string @TextCompositionManager_TextCompositionNotStarted => GetResourceString("TextCompositionManager_TextCompositionNotStarted");
        /// <summary>Result text cannot be null.</summary>
        internal static string @TextComposition_NullResultText => GetResourceString("TextComposition_NullResultText");
        /// <summary>Cannot reenter Text formatting engine during optimal paragraph formatting.</summary>
        internal static string @TextFormatterReentranceProhibited => GetResourceString("TextFormatterReentranceProhibited");
        /// <summary>Text line was previously disposed.</summary>
        internal static string @TextLineHasBeenDisposed => GetResourceString("TextLineHasBeenDisposed");
        /// <summary>The return value of TextEmbeddedObject.Format contains an out-of-range value for the Width property.</summary>
        internal static string @TextObjectMetrics_WidthOutOfRange => GetResourceString("TextObjectMetrics_WidthOutOfRange");
        /// <summary>Text penalty module was previously disposed.</summary>
        internal static string @TextPenaltyModuleHasBeenDisposed => GetResourceString("TextPenaltyModuleHasBeenDisposed");
        /// <summary>'{0}' parameter value is not a valid child element of the text provider.</summary>
        internal static string @TextProvider_InvalidChild => GetResourceString("TextProvider_InvalidChild");
        /// <summary>'{0}' parameter value is not a valid ITextRangeProvider.</summary>
        internal static string @TextRangeProvider_InvalidRangeProvider => GetResourceString("TextRangeProvider_InvalidRangeProvider");
        /// <summary>The Properties member of this text run cannot be null.</summary>
        internal static string @TextRunPropertiesCannotBeNull => GetResourceString("TextRunPropertiesCannotBeNull");
        /// <summary>The sum of AccelerationRatio and DecelerationRatio must be less than or equal to one.</summary>
        internal static string @Timing_AccelAndDecelGreaterThanOne => GetResourceString("Timing_AccelAndDecelGreaterThanOne");
        /// <summary>CanSlip is supported only on timelines without AutoReverse, AccelerationRatio, or DecelerationRatio.</summary>
        internal static string @Timing_CanSlipOnlyOnSimpleTimelines => GetResourceString("Timing_CanSlipOnlyOnSimpleTimelines");
        /// <summary>A child of a Timeline in "XAML" must also be a Timeline or a class that derives from Timeline.</summary>
        internal static string @Timing_ChildMustBeTimeline => GetResourceString("Timing_ChildMustBeTimeline");
        /// <summary>The {0}.CreateClock method returned a pre-existing object, rather than a new object inheriting from TimelineClock.</summary>
        internal static string @Timing_CreateClockMustReturnNewClock => GetResourceString("Timing_CreateClockMustReturnNewClock");
        /// <summary>The specified timeline belongs to a different thread than this timeline.</summary>
        internal static string @Timing_DifferentThreads => GetResourceString("Timing_DifferentThreads");
        /// <summary>The enumeration is no longer valid because the collection it enumerates has changed.</summary>
        internal static string @Timing_EnumeratorInvalidated => GetResourceString("Timing_EnumeratorInvalidated");
        /// <summary>The enumerator is out of range.</summary>
        internal static string @Timing_EnumeratorOutOfRange => GetResourceString("Timing_EnumeratorOutOfRange");
        /// <summary>Property value must be between 0.0 and 1.0.</summary>
        internal static string @Timing_InvalidArgAccelAndDecel => GetResourceString("Timing_InvalidArgAccelAndDecel");
        /// <summary>Property value must be finite and greater than or equal to zero.</summary>
        internal static string @Timing_InvalidArgFiniteNonNegative => GetResourceString("Timing_InvalidArgFiniteNonNegative");
        /// <summary>Property value must be finite and greater than zero.</summary>
        internal static string @Timing_InvalidArgFinitePositive => GetResourceString("Timing_InvalidArgFinitePositive");
        /// <summary>Property value must be greater than or equal to zero or indefinite.</summary>
        internal static string @Timing_InvalidArgNonNegative => GetResourceString("Timing_InvalidArgNonNegative");
        /// <summary>Property value must be greater than zero or indefinite.</summary>
        internal static string @Timing_InvalidArgPositive => GetResourceString("Timing_InvalidArgPositive");
        /// <summary>Timeline objects cannot have text objects as children.</summary>
        internal static string @Timing_NoTextChildren => GetResourceString("Timing_NoTextChildren");
        /// <summary>Unable to return a TimeSpan property value for a Duration value of '{0}'. Check the HasTimeSpan property before requesting the TimeSpan property value from a Duration.</summary>
        internal static string @Timing_NotTimeSpan => GetResourceString("Timing_NotTimeSpan");
        /// <summary>A timing operation has been not been queued in the appropriate order.</summary>
        internal static string @Timing_OperationEnqueuedOutOfOrder => GetResourceString("Timing_OperationEnqueuedOutOfOrder");
        /// <summary>'{0}' is not a valid IterationCount value for a RepeatBehavior structure. An IterationCount value must represent a number that is greater than or equal to zero but not infinite.</summary>
        internal static string @Timing_RepeatBehaviorInvalidIterationCount => GetResourceString("Timing_RepeatBehaviorInvalidIterationCount");
        /// <summary>'{0}' is not a valid RepeatDuration value for a RepeatBehavior structure. A RepeatDuration value must be a TimeSpan value greater than or equal to zero ticks.</summary>
        internal static string @Timing_RepeatBehaviorInvalidRepeatDuration => GetResourceString("Timing_RepeatBehaviorInvalidRepeatDuration");
        /// <summary>'{0}' RepeatBehavior does not represent an iteration count and does not have an IterationCount value.</summary>
        internal static string @Timing_RepeatBehaviorNotIterationCount => GetResourceString("Timing_RepeatBehaviorNotIterationCount");
        /// <summary>'{0}' RepeatBehavior does not represent a repeat duration and does not have a RepeatDuration value.</summary>
        internal static string @Timing_RepeatBehaviorNotRepeatDuration => GetResourceString("Timing_RepeatBehaviorNotRepeatDuration");
        /// <summary>The ClockController.Seek method was called with arguments that describe a seek destination that seeks a child with Slip but no defined duration. It is unclear if we are seeking the child or seeking past the child's duration.</summary>
        internal static string @Timing_SeekDestinationAmbiguousDueToSlip => GetResourceString("Timing_SeekDestinationAmbiguousDueToSlip");
        /// <summary>The ClockController.Seek method was called using TimeSeekOrigin.Duration as the seekOrigin parameter for a Clock that has a duration of Forever. Clocks that have duration of Forever must use TimeSeekOrigin.BeginTime.</summary>
        internal static string @Timing_SeekDestinationIndefinite => GetResourceString("Timing_SeekDestinationIndefinite");
        /// <summary>The ClockController.Seek method was called with arguments that describe a seek destination with a negative value. The seek destination must be a time greater than or equal to zero.</summary>
        internal static string @Timing_SeekDestinationNegative => GetResourceString("Timing_SeekDestinationNegative");
        /// <summary>Cannot call the ClockController.SkipToFill method for a Clock that has a Duration or RepeatDuration of Forever, because this Clock will never reach its fill period.</summary>
        internal static string @Timing_SkipToFillDestinationIndefinite => GetResourceString("Timing_SkipToFillDestinationIndefinite");
        /// <summary>SlipBehavior.Slip is supported only on root ParallelTimelines that do not reverse, accelerate, decelerate, or have a RepeatBehavior specified as a Duration.</summary>
        internal static string @Timing_SlipBehavior_SlipOnlyOnSimpleTimelines => GetResourceString("Timing_SlipBehavior_SlipOnlyOnSimpleTimelines");
        /// <summary>Clocks with CanSlip cannot have parents or ancestors with AutoReverse, AccelerationRatio, or DecelerationRatio.</summary>
        internal static string @Timing_SlipBehavior_SyncOnlyWithSimpleParents => GetResourceString("Timing_SlipBehavior_SyncOnlyWithSimpleParents");
        /// <summary>Empty token encountered at position {0} while parsing '{1}'.</summary>
        internal static string @TokenizerHelperEmptyToken => GetResourceString("TokenizerHelperEmptyToken");
        /// <summary>Extra data encountered at position {0} while parsing '{1}'.</summary>
        internal static string @TokenizerHelperExtraDataEncountered => GetResourceString("TokenizerHelperExtraDataEncountered");
        /// <summary>Missing end quote encountered while parsing '{0}'.</summary>
        internal static string @TokenizerHelperMissingEndQuote => GetResourceString("TokenizerHelperMissingEndQuote");
        /// <summary>Premature string termination encountered while parsing '{0}'.</summary>
        internal static string @TokenizerHelperPrematureStringTermination => GetResourceString("TokenizerHelperPrematureStringTermination");
        /// <summary>Too many glyph runs in the scene to render.</summary>
        internal static string @TooManyGlyphRuns => GetResourceString("TooManyGlyphRuns");
        /// <summary>RoutedEvent/EventPrivateKey limit exceeded. Routed events or EventPrivateKey for CLR events are typically static class members registered with field initializers or static constructors. In this case, routed events or EventPrivateKeys might be getting initi ...</summary>
        internal static string @TooManyRoutedEvents => GetResourceString("TooManyRoutedEvents");
        /// <summary>Touch</summary>
        internal static string @Touch_Category => GetResourceString("Touch_Category");
        /// <summary>The TouchDevice is already activated.</summary>
        internal static string @Touch_DeviceAlreadyActivated => GetResourceString("Touch_DeviceAlreadyActivated");
        /// <summary>The TouchDevice is not activated.</summary>
        internal static string @Touch_DeviceNotActivated => GetResourceString("Touch_DeviceNotActivated");
        /// <summary>Potential cycle in tree found while building the event route.</summary>
        internal static string @TreeLoop => GetResourceString("TreeLoop");
        /// <summary>Cannot change property metadata after it has been associated with a property.</summary>
        internal static string @TypeMetadataCannotChangeAfterUse => GetResourceString("TypeMetadataCannotChangeAfterUse");
        /// <summary>Cannot call Arrange on a UIElement with infinite size or NaN. Parent of type '{0}' invokes the UIElement. Arrange called on element of type '{1}'.</summary>
        internal static string @UIElement_Layout_InfinityArrange => GetResourceString("UIElement_Layout_InfinityArrange");
        /// <summary>UIElement.Measure(availableSize) cannot be called with NaN size.</summary>
        internal static string @UIElement_Layout_NaNMeasure => GetResourceString("UIElement_Layout_NaNMeasure");
        /// <summary>Layout measurement override of element '{0}' should not return NaN values as its DesiredSize.</summary>
        internal static string @UIElement_Layout_NaNReturned => GetResourceString("UIElement_Layout_NaNReturned");
        /// <summary>Layout measurement override of element '{0}' should not return PositiveInfinity as its DesiredSize, even if Infinity is passed in as available size.</summary>
        internal static string @UIElement_Layout_PositiveInfinityReturned => GetResourceString("UIElement_Layout_PositiveInfinityReturned");
        /// <summary>Access denied to the path '{0}'.</summary>
        internal static string @UnauthorizedAccessExceptionWithFileName => GetResourceString("UnauthorizedAccessExceptionWithFileName");
        /// <summary>Ctrl+Z</summary>
        internal static string @UndoKeyDisplayString => GetResourceString("UndoKeyDisplayString");
        /// <summary>Undo</summary>
        internal static string @UndoText => GetResourceString("UndoText");
        /// <summary>Parameter is unexpected type '{0}'. Expected type is '{1}'.</summary>
        internal static string @UnexpectedParameterType => GetResourceString("UnexpectedParameterType");
        /// <summary>Unexpected Stroke in PropertyDataChangedEventArgs.Owner.</summary>
        internal static string @UnexpectedStroke => GetResourceString("UnexpectedStroke");
        /// <summary>Unknown path operation attempted.</summary>
        internal static string @UnknownPathOperationType => GetResourceString("UnknownPathOperationType");
        /// <summary>Unrecognized Stroke in PropertyDataChangedEventArgs.Owner.</summary>
        internal static string @UnknownStroke => GetResourceString("UnknownStroke");
        /// <summary>Unrecognized Stroke in Stroke.Invalidated event arguments.</summary>
        internal static string @UnknownStroke1 => GetResourceString("UnknownStroke1");
        /// <summary>Unrecognized Stroke in StrokeCollectionChangedEventArgs.Removed.</summary>
        internal static string @UnknownStroke3 => GetResourceString("UnknownStroke3");
        /// <summary>Failed to initialize GestureRecognizer.</summary>
        internal static string @UnspecifiedGestureConstructionException => GetResourceString("UnspecifiedGestureConstructionException");
        /// <summary>Gesture recognition failed.</summary>
        internal static string @UnspecifiedGestureException => GetResourceString("UnspecifiedGestureException");
        /// <summary>Failed to set enabled gestures.</summary>
        internal static string @UnspecifiedSetEnabledGesturesException => GetResourceString("UnspecifiedSetEnabledGesturesException");
        /// <summary>Unsupported MouseAction '{0}'.</summary>
        internal static string @Unsupported_MouseAction => GetResourceString("Unsupported_MouseAction");
        /// <summary>URI must be absolute. Relative URIs are not supported.</summary>
        internal static string @UriMustBeAbsolute => GetResourceString("UriMustBeAbsolute");
        /// <summary>Font family Uri should have either file:// or pack://application: scheme.</summary>
        internal static string @UriMustBeFileOrPack => GetResourceString("UriMustBeFileOrPack");
        /// <summary>URI must be absolute.</summary>
        internal static string @UriNotAbsolute => GetResourceString("UriNotAbsolute");
        /// <summary>This factory supports only URIs with the '{0}' scheme.</summary>
        internal static string @UriSchemeMismatch => GetResourceString("UriSchemeMismatch");
        /// <summary>UsesPerPixelOpacity is obsolete and should not be set when using UsesPerPixelTransparency</summary>
        internal static string @UsesPerPixelOpacityIsObsolete => GetResourceString("UsesPerPixelOpacityIsObsolete");
        /// <summary>Value is not valid for the specified GUID.</summary>
        internal static string @ValueNotValidForGuid => GetResourceString("ValueNotValidForGuid");
        /// <summary>MaterialGroup cannot be an interactive Material (IsVisualHostMaterial is true).</summary>
        internal static string @Viewport2DVisual3D_MaterialGroupIsInteractiveMaterial => GetResourceString("Viewport2DVisual3D_MaterialGroupIsInteractiveMaterial");
        /// <summary>Viewport2DVisual3D supports only one interactive Material.</summary>
        internal static string @Viewport2DVisual3D_MultipleInteractiveMaterials => GetResourceString("Viewport2DVisual3D_MultipleInteractiveMaterials");
        /// <summary>Specified Visual cannot be detached.</summary>
        internal static string @VisualCannotBeDetached => GetResourceString("VisualCannotBeDetached");
        /// <summary>Specified index is already in use. Disconnect the Visual child at the specified index first.</summary>
        internal static string @VisualCollection_EntryInUse => GetResourceString("VisualCollection_EntryInUse");
        /// <summary>Number of entries exceeds specified capacity of the VisualCollection.</summary>
        internal static string @VisualCollection_NotEnoughCapacity => GetResourceString("VisualCollection_NotEnoughCapacity");
        /// <summary>This VisualCollection is read only and cannot be modified.</summary>
        internal static string @VisualCollection_ReadOnly => GetResourceString("VisualCollection_ReadOnly");
        /// <summary>Specified Visual is already a child of another Visual or the root of a CompositionTarget.</summary>
        internal static string @VisualCollection_VisualHasParent => GetResourceString("VisualCollection_VisualHasParent");
        /// <summary>Another target is already connected to this HostVisual.</summary>
        internal static string @VisualTarget_AnotherTargetAlreadyConnected => GetResourceString("VisualTarget_AnotherTargetAlreadyConnected");
        /// <summary>Specified index is out of range or child at index is null. Do not call this method if VisualChildrenCount returns zero, indicating that the Visual has no children.</summary>
        internal static string @Visual_ArgumentOutOfRange => GetResourceString("Visual_ArgumentOutOfRange");
        /// <summary>This Visual cannot transform the given point.</summary>
        internal static string @Visual_CannotTransformPoint => GetResourceString("Visual_CannotTransformPoint");
        /// <summary>Must disconnect specified child from current parent Visual before attaching to new parent Visual.</summary>
        internal static string @Visual_HasParent => GetResourceString("Visual_HasParent");
        /// <summary>The specified Visual and this Visual do not share a common ancestor, so there is no valid transformation between the two Visuals.</summary>
        internal static string @Visual_NoCommonAncestor => GetResourceString("Visual_NoCommonAncestor");
        /// <summary>This Visual is not connected to a PresentationSource.</summary>
        internal static string @Visual_NoPresentationSource => GetResourceString("Visual_NoPresentationSource");
        /// <summary>'{0}' is not a Visual3D.</summary>
        internal static string @Visual_NotA3DVisual => GetResourceString("Visual_NotA3DVisual");
        /// <summary>The specified Visual is not a descendant of this Visual.</summary>
        internal static string @Visual_NotADescendant => GetResourceString("Visual_NotADescendant");
        /// <summary>The specified Visual is not an ancestor of this Visual.</summary>
        internal static string @Visual_NotAnAncestor => GetResourceString("Visual_NotAnAncestor");
        /// <summary>'{0}' is not a Visual or Visual3D.</summary>
        internal static string @Visual_NotAVisual => GetResourceString("Visual_NotAVisual");
        /// <summary>Specified Visual is not a child of this Visual.</summary>
        internal static string @Visual_NotChild => GetResourceString("Visual_NotChild");
        /// <summary>WebRequest timed out. Response did not arrive before the specified Timeout period elapsed.</summary>
        internal static string @WebRequestTimeout => GetResourceString("WebRequestTimeout");
        /// <summary>Error closing the WebResponse.</summary>
        internal static string @WebResponseCloseFailure => GetResourceString("WebResponseCloseFailure");
        /// <summary>Error processing WebResponse.</summary>
        internal static string @WebResponseFailure => GetResourceString("WebResponseFailure");
        /// <summary>Requested PackagePart not found in target resource.</summary>
        internal static string @WebResponsePartNotFound => GetResourceString("WebResponsePartNotFound");
        /// <summary>Object must be initialized before operation can be performed.</summary>
        internal static string @WIC_NotInitialized => GetResourceString("WIC_NotInitialized");
        /// <summary>Stream does not support writing.</summary>
        internal static string @WriteNotSupported => GetResourceString("WriteNotSupported");
        /// <summary>The required pattern for URI containing ";component" is "AssemblyName;Vxxxx;PublicKey;component", where Vxxxx is the assembly version and PublicKey is the 16-character string representing the assembly public key token. Vxxxx and PublicKey are optional.</summary>
        internal static string @WrongFirstSegment => GetResourceString("WrongFirstSegment");
        /// <summary>There is no registered CultureInfo with the IetfLanguageTag '{0}'.</summary>
        internal static string @XmlLangGetCultureFailure => GetResourceString("XmlLangGetCultureFailure");
        /// <summary>Cannot find non-neutral culture related to '{0}'.</summary>
        internal static string @XmlLangGetSpecificCulture => GetResourceString("XmlLangGetSpecificCulture");
        /// <summary>'{0}' language tag must be empty or must conform to grammar defined in IETF RFC 3066.</summary>
        internal static string @XmlLangMalformed => GetResourceString("XmlLangMalformed");
        /// <summary></summary>
        internal static string @ZoomKey => GetResourceString("ZoomKey");
        /// <summary></summary>
        internal static string @ZoomKeyDisplayString => GetResourceString("ZoomKeyDisplayString");
        /// <summary>Zoom</summary>
        internal static string @ZoomText => GetResourceString("ZoomText");
        /// <summary>{0} failed to load from static constructor.</summary>
        internal static string @PenImcDllVerificationFailed => GetResourceString("PenImcDllVerificationFailed");
        /// <summary>SxS COM registration of {0} failed.</summary>
        internal static string @PenImcSxSRegistrationFailed => GetResourceString("PenImcSxSRegistrationFailed");
 
    }
}