File: artifacts\obj\PresentationFramework\Debug\net9.0\System.Windows.SR.cs
Project: src\src\Microsoft.DotNet.Wpf\src\PresentationFramework\PresentationFramework.csproj (PresentationFramework)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.PresentationFramework
{
    internal static class SR { }
}
namespace System.Windows
{
    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.PresentationFramework.SR)));
 
        /// <summary>Cannot use absolute URI.</summary>
        internal static string @AbsoluteUriNotAllowed => GetResourceString("AbsoluteUriNotAllowed");
        /// <summary>Relative URIs are not allowed.</summary>
        internal static string @AbsoluteUriOnly => GetResourceString("AbsoluteUriOnly");
        /// <summary>AccessCollection for '{0}' collection cannot be called after shutdown.</summary>
        internal static string @AccessCollectionAfterShutDown => GetResourceString("AccessCollectionAfterShutDown");
        /// <summary>Cannot attach multiple annotations.</summary>
        internal static string @AddAnnotationsNotImplemented => GetResourceString("AddAnnotationsNotImplemented");
        /// <summary>Added item does not appear at given index '{0}'.</summary>
        internal static string @AddedItemNotAtIndex => GetResourceString("AddedItemNotAtIndex");
        /// <summary>A collection Add event refers to item that does not belong to collection.</summary>
        internal static string @AddedItemNotInCollection => GetResourceString("AddedItemNotInCollection");
        /// <summary>Cannot access adorners on element that has no adorners.</summary>
        internal static string @AdornedElementNotFound => GetResourceString("AdornedElementNotFound");
        /// <summary>Can only use AdornedElementPlaceholder as part of Template.</summary>
        internal static string @AdornedElementPlaceholderMustBeInTemplate => GetResourceString("AdornedElementPlaceholderMustBeInTemplate");
        /// <summary>Cannot access adorner that has not been added to this AdornerLayer.</summary>
        internal static string @AdornerNotFound => GetResourceString("AdornerNotFound");
        /// <summary>The security configuration of this computer is incompatible with certain features used by this application.\nFor more information, see {0}.\n\nContact your administrator to change the security configuration or to apply the available hotfix.</summary>
        internal static string @AffectedByMsCtfIssue => GetResourceString("AffectedByMsCtfIssue");
        /// <summary>'{0}' element already contains a logical tree, so cannot apply the Style logical tree.</summary>
        internal static string @AlreadyHasLogicalChildren => GetResourceString("AlreadyHasLogicalChildren");
        /// <summary>Item is already part of another parent.</summary>
        internal static string @AlreadyHasParent => GetResourceString("AlreadyHasParent");
        /// <summary>The argument component has to be a UIElement</summary>
        internal static string @AnnotationAdorner_NotUIElement => GetResourceString("AnnotationAdorner_NotUIElement");
        /// <summary>Added annotation already exists in annotation service.</summary>
        internal static string @AnnotationAlreadyExistInService => GetResourceString("AnnotationAlreadyExistInService");
        /// <summary>Annotation with this ID already exists in the store.</summary>
        internal static string @AnnotationAlreadyExists => GetResourceString("AnnotationAlreadyExists");
        /// <summary>Annotation property for AttachedAnnotation is null.</summary>
        internal static string @AnnotationIsNull => GetResourceString("AnnotationIsNull");
        /// <summary>AnnotationService is already enabled for this element.</summary>
        internal static string @AnnotationServiceAlreadyExists => GetResourceString("AnnotationServiceAlreadyExists");
        /// <summary>AnnotationService is already enabled.</summary>
        internal static string @AnnotationServiceIsAlreadyEnabled => GetResourceString("AnnotationServiceIsAlreadyEnabled");
        /// <summary>AnnotationService is not enabled.</summary>
        internal static string @AnnotationServiceNotEnabled => GetResourceString("AnnotationServiceNotEnabled");
        /// <summary>Unable to activate application. Try deleting the online application cache.</summary>
        internal static string @AppActivationException => GetResourceString("AppActivationException");
        /// <summary>Application is already running the Dispatcher.</summary>
        internal static string @ApplicationAlreadyRunning => GetResourceString("ApplicationAlreadyRunning");
        /// <summary>The Application object is being shut down.</summary>
        internal static string @ApplicationShuttingDown => GetResourceString("ApplicationShuttingDown");
        /// <summary>Expected {0} argument(s) to method {1}.{2}.</summary>
        internal static string @ArgumentLengthMismatch => GetResourceString("ArgumentLengthMismatch");
        /// <summary>'{1}' property of argument '{0}' must not be null.</summary>
        internal static string @ArgumentPropertyMustNotBeNull => GetResourceString("ArgumentPropertyMustNotBeNull");
        /// <summary>Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.</summary>
        internal static string @Argument_InvalidOffLen => GetResourceString("Argument_InvalidOffLen");
        /// <summary>Cannot call method while arrange is in progress.</summary>
        internal static string @ArrangeReentrancyInvalid => GetResourceString("ArrangeReentrancyInvalid");
        /// <summary>An internal error was encountered parsing BAML content: assemblyId should be negative.</summary>
        internal static string @AssemblyIdNegative => GetResourceString("AssemblyIdNegative");
        /// <summary>Unexpected Assembly Id {0}. Assembly IDs must be sequential.</summary>
        internal static string @AssemblyIdOutOfSequence => GetResourceString("AssemblyIdOutOfSequence");
        /// <summary>Part between ';' and '=' is not '{0}' URI {1}.</summary>
        internal static string @AssemblyTagMissing => GetResourceString("AssemblyTagMissing");
        /// <summary>Attachable Property {0}.{1} not found.</summary>
        internal static string @AttachablePropertyNotFound => GetResourceString("AttachablePropertyNotFound");
        /// <summary>Cannot control media unless LoadedBehavior or UnloadedBehavior is set to Manual.</summary>
        internal static string @AudioVideo_CannotControlMedia => GetResourceString("AudioVideo_CannotControlMedia");
        /// <summary>Dependency object type is not valid.</summary>
        internal static string @AudioVideo_InvalidDependencyObject => GetResourceString("AudioVideo_InvalidDependencyObject");
        /// <summary>Requested media action is not recognized.</summary>
        internal static string @AudioVideo_InvalidMediaState => GetResourceString("AudioVideo_InvalidMediaState");
        /// <summary>Auxiliary filter returned count of characters greater than size of GetText buffer.</summary>
        internal static string @AuxiliaryFilterReturnedAnomalousCountOfCharacters => GetResourceString("AuxiliaryFilterReturnedAnomalousCountOfCharacters");
        /// <summary>Cannot create connection point for event interface '{0}'.</summary>
        internal static string @AxNoConnectionPoint => GetResourceString("AxNoConnectionPoint");
        /// <summary>Source object does not expose IConnectionPointContainer.</summary>
        internal static string @AxNoConnectionPointContainer => GetResourceString("AxNoConnectionPointContainer");
        /// <summary>Source object does not expose event interface '{0}'.</summary>
        internal static string @AxNoEventInterface => GetResourceString("AxNoEventInterface");
        /// <summary>Cannot get window handle for control '{0}'. Windowless ActiveX controls are not supported.</summary>
        internal static string @AXNohWnd => GetResourceString("AXNohWnd");
        /// <summary>Cannot Advise event interface '{0}'. ('{1}')</summary>
        internal static string @AxNoSinkAdvise => GetResourceString("AxNoSinkAdvise");
        /// <summary>The given sink object does not implement event interface '{0}'.</summary>
        internal static string @AxNoSinkImplementation => GetResourceString("AxNoSinkImplementation");
        /// <summary>'{0}' ActiveX control cannot be instantiated because current thread is not in single-threaded apartment.</summary>
        internal static string @AxRequiresApartmentThread => GetResourceString("AxRequiresApartmentThread");
        /// <summary>ActiveX control is windowless. Windowless ActiveX controls are not supported.</summary>
        internal static string @AxWindowlessControl => GetResourceString("AxWindowlessControl");
        /// <summary>Requested distance is outside the content of the associated document.</summary>
        internal static string @BadDistance => GetResourceString("BadDistance");
        /// <summary>'{0}' is not a TextPosition supplied by this TextContainer.</summary>
        internal static string @BadFixedTextPosition => GetResourceString("BadFixedTextPosition");
        /// <summary>CopyTo target is not a one-dimensional array.</summary>
        internal static string @BadTargetArray => GetResourceString("BadTargetArray");
        /// <summary>'{0}' not expected after '{1}'.</summary>
        internal static string @BadTextPositionOrder => GetResourceString("BadTextPositionOrder");
        /// <summary>BAML AssemblyId {0} is not known.</summary>
        internal static string @BamlAssemblyIdNotFound => GetResourceString("BamlAssemblyIdNotFound");
        /// <summary>Cannot resolve known MarkupExtension value. BAML file might be corrupted.</summary>
        internal static string @BamlBadExtensionValue => GetResourceString("BamlBadExtensionValue");
        /// <summary>Navigation to BAML outside of the application is not supported.</summary>
        internal static string @BamlIsNotSupportedOutsideOfApplicationResources => GetResourceString("BamlIsNotSupportedOutsideOfApplicationResources");
        /// <summary>BamlReader was closed or end of document was reached.</summary>
        internal static string @BamlReaderClosed => GetResourceString("BamlReaderClosed");
        /// <summary>Cannot find owner type of attribute '{0}' from assembly '{1}'. Assembly might not have been loaded properly.</summary>
        internal static string @BamlReaderNoOwnerType => GetResourceString("BamlReaderNoOwnerType");
        /// <summary>'{0}' record found but expected '{1}'. BAML file might be corrupted.</summary>
        internal static string @BamlScopeError => GetResourceString("BamlScopeError");
        /// <summary>BAML TypeId {0} is not known.</summary>
        internal static string @BamlTypeIdNotFound => GetResourceString("BamlTypeIdNotFound");
        /// <summary>'{0}' assembly cannot be loaded from current working directory or from the GAC.</summary>
        internal static string @BamlWriterBadAssembly => GetResourceString("BamlWriterBadAssembly");
        /// <summary>Start and end write calls do not match. Start record = '{0}' End record = '{1}'.</summary>
        internal static string @BamlWriterBadScope => GetResourceString("BamlWriterBadScope");
        /// <summary>Must pass a valid writable stream to BamlWriter constructor.</summary>
        internal static string @BamlWriterBadStream => GetResourceString("BamlWriterBadStream");
        /// <summary>Cannot define xmlns declaration when writing record '{0}'.</summary>
        internal static string @BamlWriterBadXmlns => GetResourceString("BamlWriterBadXmlns");
        /// <summary>Cannot perform operation after BamlWriter.Close has been called.</summary>
        internal static string @BamlWriterClosed => GetResourceString("BamlWriterClosed");
        /// <summary>'{0}' method can be called only after WriteStartElement. Cannot call after '{1}' record has been written.</summary>
        internal static string @BamlWriterNoInElement => GetResourceString("BamlWriterNoInElement");
        /// <summary>WriteStartDocument can be called only once and must be the first call made to BamlWriter.</summary>
        internal static string @BamlWriterStartDoc => GetResourceString("BamlWriterStartDoc");
        /// <summary>Unrecognized section in markup extension.</summary>
        internal static string @BamlWriterUnknownMarkupExtension => GetResourceString("BamlWriterUnknownMarkupExtension");
        /// <summary>BindingCollection does not support items of type {0}. Only Binding is allowed.</summary>
        internal static string @BindingCollectionContainsNonBinding => GetResourceString("BindingCollectionContainsNonBinding");
        /// <summary>Binding.{0} cannot be set while using Binding.{1}.</summary>
        internal static string @BindingConflict => GetResourceString("BindingConflict");
        /// <summary>Cannot perform this operation when binding is detached.</summary>
        internal static string @BindingExpressionIsDetached => GetResourceString("BindingExpressionIsDetached");
        /// <summary>Internal error: internal WPF code tried to reactivate a BindingExpression that was already marked as detached.</summary>
        internal static string @BindingExpressionStatusChanged => GetResourceString("BindingExpressionStatusChanged");
        /// <summary>The binding expression already belongs to a BindingGroup;  it cannot be added to a different BindingGroup.</summary>
        internal static string @BindingGroup_CannotChangeGroups => GetResourceString("BindingGroup_CannotChangeGroups");
        /// <summary>The binding group has no binding that uses item '{0}' and property '{1}'.</summary>
        internal static string @BindingGroup_NoEntry => GetResourceString("BindingGroup_NoEntry");
        /// <summary>The value for item '{0}' and property '{1}' is not available because a previous validation rule deemed the value invalid, or because the value could not be computed (e.g., conversion failure).</summary>
        internal static string @BindingGroup_ValueUnavailable => GetResourceString("BindingGroup_ValueUnavailable");
        /// <summary>Underlying list of this CollectionView does not support filtering.</summary>
        internal static string @BindingListCannotCustomFilter => GetResourceString("BindingListCannotCustomFilter");
        /// <summary>IBindingList can sort by only one property.</summary>
        internal static string @BindingListCanOnlySortByOneProperty => GetResourceString("BindingListCanOnlySortByOneProperty");
        /// <summary>Buffer offset cannot be negative.</summary>
        internal static string @BufferOffsetNegative => GetResourceString("BufferOffsetNegative");
        /// <summary>Buffer size is too small to accommodate the specified parameters.</summary>
        internal static string @BufferTooSmall => GetResourceString("BufferTooSmall");
        /// <summary>HTTP byte range downloader is not initialized.</summary>
        internal static string @ByteRangeDownloaderNotInitialized => GetResourceString("ByteRangeDownloaderNotInitialized");
        /// <summary>Blackout Day - {0}</summary>
        internal static string @CalendarAutomationPeer_BlackoutDayHelpText => GetResourceString("CalendarAutomationPeer_BlackoutDayHelpText");
        /// <summary>Calendar button</summary>
        internal static string @CalendarAutomationPeer_CalendarButtonLocalizedControlType => GetResourceString("CalendarAutomationPeer_CalendarButtonLocalizedControlType");
        /// <summary>Day button</summary>
        internal static string @CalendarAutomationPeer_DayButtonLocalizedControlType => GetResourceString("CalendarAutomationPeer_DayButtonLocalizedControlType");
        /// <summary>Decade</summary>
        internal static string @CalendarAutomationPeer_DecadeMode => GetResourceString("CalendarAutomationPeer_DecadeMode");
        /// <summary>Month</summary>
        internal static string @CalendarAutomationPeer_MonthMode => GetResourceString("CalendarAutomationPeer_MonthMode");
        /// <summary>Year</summary>
        internal static string @CalendarAutomationPeer_YearMode => GetResourceString("CalendarAutomationPeer_YearMode");
        /// <summary>This type of Collection does not support changes to its SourceCollection from a thread different from the Dispatcher thread.</summary>
        internal static string @CalendarCollection_MultiThreadedCollectionChangeNotSupported => GetResourceString("CalendarCollection_MultiThreadedCollectionChangeNotSupported");
        /// <summary>It must be possible to parse 'value' to a DateTime and the result must be greater than 'startAfter'.</summary>
        internal static string @CalendarNamePropertyValueNotValid => GetResourceString("CalendarNamePropertyValueNotValid");
        /// <summary>The SelectedDates collection can be changed only in a multiple selection mode. Use the SelectedDate in a single selection mode.</summary>
        internal static string @Calendar_CheckSelectionMode_InvalidOperation => GetResourceString("Calendar_CheckSelectionMode_InvalidOperation");
        /// <summary>Next button</summary>
        internal static string @Calendar_NextButtonName => GetResourceString("Calendar_NextButtonName");
        /// <summary>DisplayMode value is not valid.</summary>
        internal static string @Calendar_OnDisplayModePropertyChanged_InvalidValue => GetResourceString("Calendar_OnDisplayModePropertyChanged_InvalidValue");
        /// <summary>FirstDayOfWeek value is not valid.</summary>
        internal static string @Calendar_OnFirstDayOfWeekChanged_InvalidValue => GetResourceString("Calendar_OnFirstDayOfWeekChanged_InvalidValue");
        /// <summary>The SelectedDate property cannot be set when the selection mode is None.</summary>
        internal static string @Calendar_OnSelectedDateChanged_InvalidOperation => GetResourceString("Calendar_OnSelectedDateChanged_InvalidOperation");
        /// <summary>SelectedDate value is not valid.</summary>
        internal static string @Calendar_OnSelectedDateChanged_InvalidValue => GetResourceString("Calendar_OnSelectedDateChanged_InvalidValue");
        /// <summary>SelectionMode value is not valid.</summary>
        internal static string @Calendar_OnSelectionModeChanged_InvalidValue => GetResourceString("Calendar_OnSelectionModeChanged_InvalidValue");
        /// <summary>Previous button</summary>
        internal static string @Calendar_PreviousButtonName => GetResourceString("Calendar_PreviousButtonName");
        /// <summary>Value is not valid.</summary>
        internal static string @Calendar_UnSelectableDates => GetResourceString("Calendar_UnSelectableDates");
        /// <summary>CancelEdit is not supported for the current edit item.</summary>
        internal static string @CancelEditNotSupported => GetResourceString("CancelEditNotSupported");
        /// <summary>The application deployment was canceled.</summary>
        internal static string @CancelledText => GetResourceString("CancelledText");
        /// <summary>Application Deployment Canceled</summary>
        internal static string @CancelledTitle => GetResourceString("CancelledTitle");
        /// <summary>Cannot host WebBrowser in a popup.</summary>
        internal static string @CannotBeInsidePopup => GetResourceString("CannotBeInsidePopup");
        /// <summary>Element cannot be its own parent.</summary>
        internal static string @CannotBeSelfParent => GetResourceString("CannotBeSelfParent");
        /// <summary>Browser-hosted application cannot call Application.Run method explicitly.</summary>
        internal static string @CannotCallRunFromBrowserHostedApp => GetResourceString("CannotCallRunFromBrowserHostedApp");
        /// <summary>'{0}' cannot run multiple times.</summary>
        internal static string @CannotCallRunMultipleTimes => GetResourceString("CannotCallRunMultipleTimes");
        /// <summary>After a '{0}' is in use (sealed), it cannot be modified.</summary>
        internal static string @CannotChangeAfterSealed => GetResourceString("CannotChangeAfterSealed");
        /// <summary>Cannot set '{0}' property when '{1}' property is false.</summary>
        internal static string @CannotChangeLiveShaping => GetResourceString("CannotChangeLiveShaping");
        /// <summary>Cannot change MainWindow in a browser-hosted application.</summary>
        internal static string @CannotChangeMainWindowInBrowser => GetResourceString("CannotChangeMainWindowInBrowser");
        /// <summary>Cannot find type information on collection; property names to SortBy cannot be resolved.</summary>
        internal static string @CannotDetermineSortByPropertiesForCollection => GetResourceString("CannotDetermineSortByPropertiesForCollection");
        /// <summary>Editing the NewItem placeholder is not allowed.</summary>
        internal static string @CannotEditPlaceholder => GetResourceString("CannotEditPlaceholder");
        /// <summary>'{0}' view does not support filtering.</summary>
        internal static string @CannotFilterView => GetResourceString("CannotFilterView");
        /// <summary>Cannot find removed item.</summary>
        internal static string @CannotFindRemovedItem => GetResourceString("CannotFindRemovedItem");
        /// <summary>'{0}' view does not support grouping.</summary>
        internal static string @CannotGroupView => GetResourceString("CannotGroupView");
        /// <summary>Cannot set event handlers within a theme Style.</summary>
        internal static string @CannotHaveEventHandlersInThemeStyle => GetResourceString("CannotHaveEventHandlersInThemeStyle");
        /// <summary>Cannot set OverridesDefaultStyle property in the default Style.</summary>
        internal static string @CannotHaveOverridesDefaultStyleInThemeStyle => GetResourceString("CannotHaveOverridesDefaultStyleInThemeStyle");
        /// <summary>'{0}' property cannot be set in the current element's Style.</summary>
        internal static string @CannotHavePropertyInStyle => GetResourceString("CannotHavePropertyInStyle");
        /// <summary>'{0}' property cannot be set in the current element's Template.</summary>
        internal static string @CannotHavePropertyInTemplate => GetResourceString("CannotHavePropertyInTemplate");
        /// <summary>Cannot connect the FrameworkContentElement '{0}' as the root of a VisualTree.</summary>
        internal static string @CannotHookupFCERoot => GetResourceString("CannotHookupFCERoot");
        /// <summary>The HTML document is not available.</summary>
        internal static string @CannotInvokeScript => GetResourceString("CannotInvokeScript");
        /// <summary>Cannot modify the logical children for this node at this time because a tree walk is in progress.</summary>
        internal static string @CannotModifyLogicalChildrenDuringTreeWalk => GetResourceString("CannotModifyLogicalChildrenDuringTreeWalk");
        /// <summary>Cannot Move items to an unknown position (-1).</summary>
        internal static string @CannotMoveToUnknownPosition => GetResourceString("CannotMoveToUnknownPosition");
        /// <summary>Cannot parse ID attribute into GUID.</summary>
        internal static string @CannotParseId => GetResourceString("CannotParseId");
        /// <summary>StickyNoteControl.InkCommand can only be processed on StickyNoteControl of type StickyNoteType.Ink with IsExpanded equal to true.</summary>
        internal static string @CannotProcessInkCommand => GetResourceString("CannotProcessInkCommand");
        /// <summary>Cannot read Page properties because it is not in a tree with Window as its root.</summary>
        internal static string @CannotQueryPropertiesWhenPageNotInTreeWithWindow => GetResourceString("CannotQueryPropertiesWhenPageNotInTreeWithWindow");
        /// <summary>ItemsHost panel cannot use VirtualizationMode == Recycling because the IGeneratorHost.GetContainerForItemOverride method returns containers that have different types.</summary>
        internal static string @CannotRecyleHeterogeneousTypes => GetResourceString("CannotRecyleHeterogeneousTypes");
        /// <summary>Range of Remove({0},{1}) cannot include items without a corresponding user interface element.</summary>
        internal static string @CannotRemoveUnrealizedItems => GetResourceString("CannotRemoveUnrealizedItems");
        /// <summary>Item is not selectable.</summary>
        internal static string @CannotSelectNotSelectableItem => GetResourceString("CannotSelectNotSelectableItem");
        /// <summary>Cannot serialize Annotation created with default constructor. Cannot use default constructor directly.</summary>
        internal static string @CannotSerializeInvalidInstance => GetResourceString("CannotSerializeInvalidInstance");
        /// <summary>Cannot set position of the stream to a negative value.</summary>
        internal static string @CannotSetNegativePosition => GetResourceString("CannotSetNegativePosition");
        /// <summary>Cannot set Owner property to itself.</summary>
        internal static string @CannotSetOwnerToItself => GetResourceString("CannotSetOwnerToItself");
        /// <summary>'{0}' view does not support sorting.</summary>
        internal static string @CannotSortView => GetResourceString("CannotSortView");
        /// <summary>Items collection must be empty before using ItemsSource.</summary>
        internal static string @CannotUseItemsSource => GetResourceString("CannotUseItemsSource");
        /// <summary>A TwoWay or OneWayToSource binding cannot work on the read-only property '{1}' of type '{0}'.</summary>
        internal static string @CannotWriteToReadOnly => GetResourceString("CannotWriteToReadOnly");
        /// <summary>'{0}' already has a child and cannot add '{1}'. '{0}' can accept only one child.</summary>
        internal static string @CanOnlyHaveOneChild => GetResourceString("CanOnlyHaveOneChild");
        /// <summary>DialogResult property cannot be set in markup or serialized to string.</summary>
        internal static string @CantSetInMarkup => GetResourceString("CantSetInMarkup");
        /// <summary>Cannot set Owner property after Dialog is shown.</summary>
        internal static string @CantSetOwnerAfterDialogIsShown => GetResourceString("CantSetOwnerAfterDialogIsShown");
        /// <summary>Cannot set Owner property to a Window that has been closed.</summary>
        internal static string @CantSetOwnerToClosedWindow => GetResourceString("CantSetOwnerToClosedWindow");
        /// <summary>Cannot set Owner property to a Window that has not been shown previously.</summary>
        internal static string @CantSetOwnerWhosHwndIsNotCreated => GetResourceString("CantSetOwnerWhosHwndIsNotCreated");
        /// <summary>Cannot show MessageBox Service with Owner.</summary>
        internal static string @CantShowMBServiceWithOwner => GetResourceString("CantShowMBServiceWithOwner");
        /// <summary>Cannot show a file dialog unless the application is running in UserInteractive mode.</summary>
        internal static string @CantShowModalOnNonInteractive => GetResourceString("CantShowModalOnNonInteractive");
        /// <summary>Cannot show a dialog that was created on a different thread.</summary>
        internal static string @CantShowOnDifferentThread => GetResourceString("CantShowOnDifferentThread");
        /// <summary>Cannot change the VirtualizationMode attached property on an ItemsControl after Measure is called on the ItemsHost panel.</summary>
        internal static string @CantSwitchVirtualizationModePostMeasure => GetResourceString("CantSwitchVirtualizationModePostMeasure");
        /// <summary>Cannot change AllowsTransparency after a Window has been shown or WindowInteropHelper.EnsureHandle has been called.</summary>
        internal static string @ChangeNotAllowedAfterShow => GetResourceString("ChangeNotAllowedAfterShow");
        /// <summary>Binding cannot be changed after it has been used.</summary>
        internal static string @ChangeSealedBinding => GetResourceString("ChangeSealedBinding");
        /// <summary>Can only change SelectedItems collection in multiple selection modes. Use SelectedItem in single select modes.</summary>
        internal static string @ChangingCollectionNotSupported => GetResourceString("ChangingCollectionNotSupported");
        /// <summary>Cannot change ResourceId after it has been set.</summary>
        internal static string @ChangingIdNotAllowed => GetResourceString("ChangingIdNotAllowed");
        /// <summary>Cannot change TypeInTargetAssembly after it has been set.</summary>
        internal static string @ChangingTypeNotAllowed => GetResourceString("ChangingTypeNotAllowed");
        /// <summary>'{0}' child does not have type '{1}' : '{2}'.</summary>
        internal static string @ChildHasWrongType => GetResourceString("ChildHasWrongType");
        /// <summary>Child node identifier used for Target property cannot be an empty string.</summary>
        internal static string @ChildNameMustBeNonEmpty => GetResourceString("ChildNameMustBeNonEmpty");
        /// <summary>'{0}' ChildName is not valid. Naming pattern is reserved.</summary>
        internal static string @ChildNameNamePatternReserved => GetResourceString("ChildNameNamePatternReserved");
        /// <summary>Style template refers to a child that does not exist.</summary>
        internal static string @ChildTemplateInstanceDoesNotExist => GetResourceString("ChildTemplateInstanceDoesNotExist");
        /// <summary>Hosted HWND must be a child window of the specified parent.</summary>
        internal static string @ChildWindowMustHaveCorrectParent => GetResourceString("ChildWindowMustHaveCorrectParent");
        /// <summary>BuildWindowCore failed to return the hosted child window handle.</summary>
        internal static string @ChildWindowNotCreated => GetResourceString("ChildWindowNotCreated");
        /// <summary>'{0}' Window is already a child of Window '{1}'.</summary>
        internal static string @CircularOwnerChild => GetResourceString("CircularOwnerChild");
        /// <summary>_Clear Highlight</summary>
        internal static string @ClearHighlight => GetResourceString("ClearHighlight");
        /// <summary>Cannot perform copy if ClipboardCopyMode is None.</summary>
        internal static string @ClipboardCopyMode_Disabled => GetResourceString("ClipboardCopyMode_Disabled");
        /// <summary>ClipToBounds is not valid for Window.</summary>
        internal static string @ClipToBoundsNotSupported => GetResourceString("ClipToBoundsNotSupported");
        /// <summary>After a CollectionChange.Add event, Items collection does not contain the added item '{0}'.\n This could happen if the event sender supplied incorrect information in CollectionChangedEventArgs.</summary>
        internal static string @CollectionAddEventMissingItem => GetResourceString("CollectionAddEventMissingItem");
        /// <summary>'{0}' index in collection change event is not valid for collection of size '{1}'.</summary>
        internal static string @CollectionChangeIndexOutOfRange => GetResourceString("CollectionChangeIndexOutOfRange");
        /// <summary>CompositeCollection can accept only CollectionContainers it does not already have.</summary>
        internal static string @CollectionContainerMustBeUniqueForComposite => GetResourceString("CollectionContainerMustBeUniqueForComposite");
        /// <summary>CollectionViewType property can only be set during initialization.</summary>
        internal static string @CollectionViewTypeIsInitOnly => GetResourceString("CollectionViewTypeIsInitOnly");
        /// <summary>Synchronization callback for '{0}' collection is no longer available.\n This could happen if the callback is an anonymous method.</summary>
        internal static string @CollectionView_MissingSynchronizationCallback => GetResourceString("CollectionView_MissingSynchronizationCallback");
        /// <summary>Cannot get CollectionView of type '{0}' for CollectionViewSource that already uses type '{1}'.</summary>
        internal static string @CollectionView_NameTypeDuplicity => GetResourceString("CollectionView_NameTypeDuplicity");
        /// <summary>'{0}' does not have a constructor that accepts collection type '{1}'.</summary>
        internal static string @CollectionView_ViewTypeInsufficient => GetResourceString("CollectionView_ViewTypeInsufficient");
        /// <summary>'{0}' type is not a CollectionView type.</summary>
        internal static string @CollectionView_WrongType => GetResourceString("CollectionView_WrongType");
        /// <summary>Cannot add null to a collection of type '{0}'.</summary>
        internal static string @Collection_NoNull => GetResourceString("Collection_NoNull");
        /// <summary>The source image for the ProfileImage markup is not specified.</summary>
        internal static string @ColorConvertedBitmapExtensionNoSourceImage => GetResourceString("ColorConvertedBitmapExtensionNoSourceImage");
        /// <summary>The source profile for the ProfileImage markup is not specified.</summary>
        internal static string @ColorConvertedBitmapExtensionNoSourceProfile => GetResourceString("ColorConvertedBitmapExtensionNoSourceProfile");
        /// <summary>The syntax for the ProfileImage markup is not correct.</summary>
        internal static string @ColorConvertedBitmapExtensionSyntax => GetResourceString("ColorConvertedBitmapExtensionSyntax");
        /// <summary>The property '{0}' cannot be changed. The '{1}' class has been sealed.</summary>
        internal static string @CompatibilityPreferencesSealed => GetResourceString("CompatibilityPreferencesSealed");
        /// <summary>'{0}' component is already in presentation context.</summary>
        internal static string @ComponentAlreadyInPresentationContext => GetResourceString("ComponentAlreadyInPresentationContext");
        /// <summary>'{0}' component is not in presentation context.</summary>
        internal static string @ComponentNotInPresentationContext => GetResourceString("ComponentNotInPresentationContext");
        /// <summary>CompositeCollectionView only supports NotifyCollectionChangeAction.Reset when the collection is empty or is being cleared.</summary>
        internal static string @CompositeCollectionResetOnlyOnClear => GetResourceString("CompositeCollectionResetOnlyOnClear");
        /// <summary>Condition cannot use both Property and Binding.</summary>
        internal static string @ConditionCannotUseBothPropertyAndBinding => GetResourceString("ConditionCannotUseBothPropertyAndBinding");
        /// <summary>Expression type is not a valid trigger condition.</summary>
        internal static string @ConditionValueOfExpressionNotSupported => GetResourceString("ConditionValueOfExpressionNotSupported");
        /// <summary>'{0}' is not a valid trigger condition.</summary>
        internal static string @ConditionValueOfMarkupExtensionNotSupported => GetResourceString("ConditionValueOfMarkupExtensionNotSupported");
        /// <summary>Content of a ContentControl must be a single element.</summary>
        internal static string @ContentControlCannotHaveMultipleContent => GetResourceString("ContentControlCannotHaveMultipleContent");
        /// <summary>'{0}' ContentType is not valid.</summary>
        internal static string @ContentTypeNotSupported => GetResourceString("ContentTypeNotSupported");
        /// <summary>ContextMenu value does not share the object's Dispatcher.</summary>
        internal static string @ContextMenuInDifferentDispatcher => GetResourceString("ContextMenuInDifferentDispatcher");
        /// <summary>Number of elements in source Enumerable is greater than available space from index to the end of destination array.</summary>
        internal static string @CopyToNotEnoughSpace => GetResourceString("CopyToNotEnoughSpace");
        /// <summary>Enumerator for core properties is positioned outside bounds of collection.</summary>
        internal static string @CorePropertyEnumeratorPositionedOutOfBounds => GetResourceString("CorePropertyEnumeratorPositionedOutOfBounds");
        /// <summary>_Highlight</summary>
        internal static string @CreateHighlight => GetResourceString("CreateHighlight");
        /// <summary>Add In_k Note</summary>
        internal static string @CreateInkNote => GetResourceString("CreateInkNote");
        /// <summary>'{0}' must be the root element of a tree, but has a logical parent '{1}'.</summary>
        internal static string @CreateRootPopup_ChildHasLogicalParent => GetResourceString("CreateRootPopup_ChildHasLogicalParent");
        /// <summary>'{0}' must be the root element of a tree, but has a visual parent '{1}'.</summary>
        internal static string @CreateRootPopup_ChildHasVisualParent => GetResourceString("CreateRootPopup_ChildHasVisualParent");
        /// <summary>Add Text _Note</summary>
        internal static string @CreateTextNote => GetResourceString("CreateTextNote");
        /// <summary>Cannot access Freezable '{0}' across threads because it cannot be frozen.</summary>
        internal static string @CrossThreadAccessOfUnshareableFreezable => GetResourceString("CrossThreadAccessOfUnshareableFreezable");
        /// <summary>'{0}' CustomContentState object must be serializable.</summary>
        internal static string @CustomContentStateMustBeSerializable => GetResourceString("CustomContentStateMustBeSerializable");
        /// <summary>Loading custom dictionary file at {0} failed.</summary>
        internal static string @CustomDictionaryFailedToLoadDictionaryUri => GetResourceString("CustomDictionaryFailedToLoadDictionaryUri");
        /// <summary>Unloading custom dictionary file at {0} failed.</summary>
        internal static string @CustomDictionaryFailedToUnLoadDictionaryUri => GetResourceString("CustomDictionaryFailedToUnLoadDictionaryUri");
        /// <summary>Specified item has already been added to the collection.</summary>
        internal static string @CustomDictionaryItemAlreadyExists => GetResourceString("CustomDictionaryItemAlreadyExists");
        /// <summary>Input collection cannot contain null item.</summary>
        internal static string @CustomDictionaryNullItem => GetResourceString("CustomDictionaryNullItem");
        /// <summary>Only local file path or pack Uri is supported.</summary>
        internal static string @CustomDictionarySourcesUnsupportedURI => GetResourceString("CustomDictionarySourcesUnsupportedURI");
        /// <summary>Cyclic reference found while evaluating the Style property on element '{0}'.</summary>
        internal static string @CyclicStyleReferenceDetected => GetResourceString("CyclicStyleReferenceDetected");
        /// <summary>Cyclic reference found while evaluating the ThemeStyle property on element '{0}'.</summary>
        internal static string @CyclicThemeStyleReferenceDetected => GetResourceString("CyclicThemeStyleReferenceDetected");
        /// <summary>data grid cell</summary>
        internal static string @DataGridCellItemAutomationPeer_LocalizedControlType => GetResourceString("DataGridCellItemAutomationPeer_LocalizedControlType");
        /// <summary>Item: {0}, Column Display Index: {1}</summary>
        internal static string @DataGridCellItemAutomationPeer_NameCoreFormat => GetResourceString("DataGridCellItemAutomationPeer_NameCoreFormat");
        /// <summary>Column Header: Display Index: {0}</summary>
        internal static string @DataGridColumnHeaderItemAutomationPeer_NameCoreFormat => GetResourceString("DataGridColumnHeaderItemAutomationPeer_NameCoreFormat");
        /// <summary>That column can not be resized.</summary>
        internal static string @DataGridColumnHeaderItemAutomationPeer_Unresizable => GetResourceString("DataGridColumnHeaderItemAutomationPeer_Unresizable");
        /// <summary>Can not move or rotate DataGridColumnHeader.</summary>
        internal static string @DataGridColumnHeaderItemAutomationPeer_Unsupported => GetResourceString("DataGridColumnHeaderItemAutomationPeer_Unsupported");
        /// <summary>Value should not be infinity.</summary>
        internal static string @DataGridLength_Infinity => GetResourceString("DataGridLength_Infinity");
        /// <summary>Invalid type.</summary>
        internal static string @DataGridLength_InvalidType => GetResourceString("DataGridLength_InvalidType");
        /// <summary>The current value of the SelectionUnit property on the parent DataGrid prevents rows from being selected.</summary>
        internal static string @DataGridRow_CannotSelectRowWhenCells => GetResourceString("DataGridRow_CannotSelectRowWhenCells");
        /// <summary>Invoke operation failed. Cannot edit another cell or row while the current one has validation errors.</summary>
        internal static string @DataGrid_AutomationInvokeFailed => GetResourceString("DataGrid_AutomationInvokeFailed");
        /// <summary>Cannot change cell selection when the SelectionUnit is FullRow.</summary>
        internal static string @DataGrid_CannotSelectCell => GetResourceString("DataGrid_CannotSelectCell");
        /// <summary>The DisplayIndex for the DataGridColumn with Header '{0}' is out of range.  DisplayIndex must be greater than or equal to 0 and less than Columns.Count.</summary>
        internal static string @DataGrid_ColumnDisplayIndexOutOfRange => GetResourceString("DataGrid_ColumnDisplayIndexOutOfRange");
        /// <summary>The index for the DataGridColumn with Header '{0}' is out of range. Index must be greater than or equal to 0 and less than Columns.Count.</summary>
        internal static string @DataGrid_ColumnIndexOutOfRange => GetResourceString("DataGrid_ColumnIndexOutOfRange");
        /// <summary>Cannot edit a cell when the DataGridColumn is in Read-Only mode.</summary>
        internal static string @DataGrid_ColumnIsReadOnly => GetResourceString("DataGrid_ColumnIsReadOnly");
        /// <summary>The given DisplayIndex is out of range.  DisplayIndex must be greater than or equal to 0 and less than Columns.Count.</summary>
        internal static string @DataGrid_DisplayIndexOutOfRange => GetResourceString("DataGrid_DisplayIndexOutOfRange");
        /// <summary>DisplayIndex is already used for other column.  DisplayIndex should be unique per column.</summary>
        internal static string @DataGrid_DuplicateDisplayIndex => GetResourceString("DataGrid_DuplicateDisplayIndex");
        /// <summary>DataGridColumn with Header '{0}' already exists in the Columns collection of a DataGrid. DataGrids cannot share columns and cannot contain duplicate column instances.</summary>
        internal static string @DataGrid_InvalidColumnReuse => GetResourceString("DataGrid_InvalidColumnReuse");
        /// <summary>The SortDescriptions added are not valid. The probable solutions are to set the CanUserSort on the Column to false, or to use SortMemberPath property on the Column, or to handle the Sorting event on DataGrid.</summary>
        internal static string @DataGrid_InvalidSortDescription => GetResourceString("DataGrid_InvalidSortDescription");
        /// <summary>Cannot add a column with an invalid DisplayIndex to the DataGrid.Columns collection.</summary>
        internal static string @DataGrid_NewColumnInvalidDisplayIndex => GetResourceString("DataGrid_NewColumnInvalidDisplayIndex");
        /// <summary>Cannot add a null column to a DataGrid's column collection.</summary>
        internal static string @DataGrid_NullColumn => GetResourceString("DataGrid_NullColumn");
        /// <summary>Items refresh of the DataGrid failed. One of the probable causes is that the SortDescriptions added are not valid, in which case probable solutions are to set the CanUserSort on the Column to false, or to use SortMemberPath property on the Column, or to ha ...</summary>
        internal static string @DataGrid_ProbableInvalidSortDescription => GetResourceString("DataGrid_ProbableInvalidSortDescription");
        /// <summary>The ItemsSource for the DataGridCellsPresenter is read-only.</summary>
        internal static string @DataGrid_ReadonlyCellsItemsSource => GetResourceString("DataGrid_ReadonlyCellsItemsSource");
        /// <summary>DataTemplate.DataType cannot be type Object.</summary>
        internal static string @DataTypeCannotBeObject => GetResourceString("DataTypeCannotBeObject");
        /// <summary>date picker</summary>
        internal static string @DatePickerAutomationPeer_LocalizedControlType => GetResourceString("DatePickerAutomationPeer_LocalizedControlType");
        /// <summary>&lt;Enter text here&gt;</summary>
        internal static string @DatePickerTextBox_DefaultWatermarkText => GetResourceString("DatePickerTextBox_DefaultWatermarkText");
        /// <summary>The template part {0} is not an instance of {1}.</summary>
        internal static string @DatePickerTextBox_TemplatePartIsOfIncorrectType => GetResourceString("DatePickerTextBox_TemplatePartIsOfIncorrectType");
        /// <summary>Show Calendar</summary>
        internal static string @DatePicker_DropDownButtonName => GetResourceString("DatePicker_DropDownButtonName");
        /// <summary>DatePickerFormat value is not valid.</summary>
        internal static string @DatePicker_OnSelectedDateFormatChanged_InvalidValue => GetResourceString("DatePicker_OnSelectedDateFormatChanged_InvalidValue");
        /// <summary>Select a date</summary>
        internal static string @DatePicker_WatermarkText => GetResourceString("DatePicker_WatermarkText");
        /// <summary>Deferring loader '{0}' requires that '{1}' be implemented in the IServiceProvider.</summary>
        internal static string @DeferringLoaderNoContext => GetResourceString("DeferringLoaderNoContext");
        /// <summary>Deferring loader '{0}' does not support the Save operation.</summary>
        internal static string @DeferringLoaderNoSave => GetResourceString("DeferringLoaderNoSave");
        /// <summary>Cannot begin a new selection while a selection is in progress.</summary>
        internal static string @DeferSelectionActive => GetResourceString("DeferSelectionActive");
        /// <summary>Cannot end a selection when no selection is in progress.</summary>
        internal static string @DeferSelectionNotActive => GetResourceString("DeferSelectionNotActive");
        /// <summary>_Delete Notes and Highlights</summary>
        internal static string @DeleteAnnotations => GetResourceString("DeleteAnnotations");
        /// <summary>D_elete Notes</summary>
        internal static string @DeleteNotes => GetResourceString("DeleteNotes");
        /// <summary>The application cannot be deployed. Contact the application publisher for assistance.</summary>
        internal static string @DeployText => GetResourceString("DeployText");
        /// <summary>Application Deployment Error</summary>
        internal static string @DeployTitle => GetResourceString("DeployTitle");
        /// <summary>Accessibility</summary>
        internal static string @DesignerMetadata_CustomCategory_Accessibility => GetResourceString("DesignerMetadata_CustomCategory_Accessibility");
        /// <summary>Content</summary>
        internal static string @DesignerMetadata_CustomCategory_Content => GetResourceString("DesignerMetadata_CustomCategory_Content");
        /// <summary>Navigation</summary>
        internal static string @DesignerMetadata_CustomCategory_Navigation => GetResourceString("DesignerMetadata_CustomCategory_Navigation");
        /// <summary>DialogResult can be set only after Window is created and shown as dialog.</summary>
        internal static string @DialogResultMustBeSetAfterShowDialog => GetResourceString("DialogResultMustBeSetAfterShowDialog");
        /// <summary>Cannot set both DisplayMemberPath and ItemTemplate.</summary>
        internal static string @DisplayMemberPathAndItemTemplateDefined => GetResourceString("DisplayMemberPathAndItemTemplateDefined");
        /// <summary>Cannot set both DisplayMemberPath and ItemTemplateSelector. When one is nonempty, it must be cleared before the other can be set.</summary>
        internal static string @DisplayMemberPathAndItemTemplateSelectorDefined => GetResourceString("DisplayMemberPathAndItemTemplateSelectorDefined");
        /// <summary>Cannot start the XPS viewer.</summary>
        internal static string @DocumentApplicationCannotInitializeUI => GetResourceString("DocumentApplicationCannotInitializeUI");
        /// <summary>Ctrl+Home</summary>
        internal static string @DocumentApplicationContextMenuFirstPageInputGesture => GetResourceString("DocumentApplicationContextMenuFirstPageInputGesture");
        /// <summary>Ctrl+End</summary>
        internal static string @DocumentApplicationContextMenuLastPageInputGesture => GetResourceString("DocumentApplicationContextMenuLastPageInputGesture");
        /// <summary>Next Page</summary>
        internal static string @DocumentApplicationContextMenuNextPageHeader => GetResourceString("DocumentApplicationContextMenuNextPageHeader");
        /// <summary>Ctrl+Page Down</summary>
        internal static string @DocumentApplicationContextMenuNextPageInputGesture => GetResourceString("DocumentApplicationContextMenuNextPageInputGesture");
        /// <summary>Previous Page</summary>
        internal static string @DocumentApplicationContextMenuPreviousPageHeader => GetResourceString("DocumentApplicationContextMenuPreviousPageHeader");
        /// <summary>Ctrl+Page Up</summary>
        internal static string @DocumentApplicationContextMenuPreviousPageInputGesture => GetResourceString("DocumentApplicationContextMenuPreviousPageInputGesture");
        /// <summary>DocumentApplication cannot run in full trust.</summary>
        internal static string @DocumentApplicationNotInFullTrust => GetResourceString("DocumentApplicationNotInFullTrust");
        /// <summary>Cannot find required registry key '{0}'.</summary>
        internal static string @DocumentApplicationRegistryKeyNotFound => GetResourceString("DocumentApplicationRegistryKeyNotFound");
        /// <summary>Document loaded.</summary>
        internal static string @DocumentApplicationStatusLoaded => GetResourceString("DocumentApplicationStatusLoaded");
        /// <summary>The XPS viewer cannot open the document.</summary>
        internal static string @DocumentApplicationUnableToOpenDocument => GetResourceString("DocumentApplicationUnableToOpenDocument");
        /// <summary>The XPS viewer does not support this file type.</summary>
        internal static string @DocumentApplicationUnknownFileFormat => GetResourceString("DocumentApplicationUnknownFileFormat");
        /// <summary>ViewMode set in ApplyViewParameters is not valid.</summary>
        internal static string @DocumentGridInvalidViewMode => GetResourceString("DocumentGridInvalidViewMode");
        /// <summary>DocumentGrid's VisualTree does not contain a Border as its first element.</summary>
        internal static string @DocumentGridVisualTreeContainsNonBorderAsFirstElement => GetResourceString("DocumentGridVisualTreeContainsNonBorderAsFirstElement");
        /// <summary>DocumentGrid's VisualTree contains a non-DocumentGridPage element.</summary>
        internal static string @DocumentGridVisualTreeContainsNonDocumentGridPage => GetResourceString("DocumentGridVisualTreeContainsNonDocumentGridPage");
        /// <summary>Visual collection contains element that does not inherit from UIElement.</summary>
        internal static string @DocumentGridVisualTreeContainsNonUIElement => GetResourceString("DocumentGridVisualTreeContainsNonUIElement");
        /// <summary>Visual collection is out of sync with RowCache.</summary>
        internal static string @DocumentGridVisualTreeOutOfSync => GetResourceString("DocumentGridVisualTreeOutOfSync");
        /// <summary>Parent of the object must be of type DocumentPageHost.</summary>
        internal static string @DocumentPageView_ParentNotDocumentPageHost => GetResourceString("DocumentPageView_ParentNotDocumentPageHost");
        /// <summary>The document is read-only.</summary>
        internal static string @DocumentReadOnly => GetResourceString("DocumentReadOnly");
        /// <summary>DocumentReference must reference a valid document that implements IDocumentPaginatorSource</summary>
        internal static string @DocumentReferenceHasInvalidDocument => GetResourceString("DocumentReferenceHasInvalidDocument");
        /// <summary>DocumentReference.Source cannot be found.</summary>
        internal static string @DocumentReferenceNotFound => GetResourceString("DocumentReferenceNotFound");
        /// <summary>DocumentReference.Source references an unrecognized type of document stream.</summary>
        internal static string @DocumentReferenceUnsupportedMimeType => GetResourceString("DocumentReferenceUnsupportedMimeType");
        /// <summary>Parameter of unexpected type '{0}'. Expected type is '{1}'.</summary>
        internal static string @DocumentStructureUnexpectedParameterType1 => GetResourceString("DocumentStructureUnexpectedParameterType1");
        /// <summary>Parameter of unexpected type '{0}'. Expected types are '{1}', '{2}'.</summary>
        internal static string @DocumentStructureUnexpectedParameterType2 => GetResourceString("DocumentStructureUnexpectedParameterType2");
        /// <summary>Parameter of unexpected type '{0}'. Expected types are '{1}', '{2}', '{3}', '{4}'.</summary>
        internal static string @DocumentStructureUnexpectedParameterType4 => GetResourceString("DocumentStructureUnexpectedParameterType4");
        /// <summary>Parameter of unexpected type '{0}'. Expected types are '{1}', '{2}', '{3}', '{4}', '{5}', '{6}'.</summary>
        internal static string @DocumentStructureUnexpectedParameterType6 => GetResourceString("DocumentStructureUnexpectedParameterType6");
        /// <summary>SetGridColumnCount command argument must contain a valid integer value.</summary>
        internal static string @DocumentViewerArgumentMustBeInteger => GetResourceString("DocumentViewerArgumentMustBeInteger");
        /// <summary>Zoom command argument must contain a valid zoom percentage.</summary>
        internal static string @DocumentViewerArgumentMustBePercentage => GetResourceString("DocumentViewerArgumentMustBePercentage");
        /// <summary>DocumentViewer element can have only one child.</summary>
        internal static string @DocumentViewerCanHaveOnlyOneChild => GetResourceString("DocumentViewerCanHaveOnlyOneChild");
        /// <summary>The child of a DocumentViewer must implement the IDocumentPaginatorSource interface.</summary>
        internal static string @DocumentViewerChildMustImplementIDocumentPaginatorSource => GetResourceString("DocumentViewerChildMustImplementIDocumentPaginatorSource");
        /// <summary>Only one DocumentPageView with IsMasterPage property set to True allowed.</summary>
        internal static string @DocumentViewerOneMasterPage => GetResourceString("DocumentViewerOneMasterPage");
        /// <summary>DocumentViewer supports only FixedDocument or FixedDocumentSequence documents.</summary>
        internal static string @DocumentViewerOnlySupportsFixedDocumentSequence => GetResourceString("DocumentViewerOnlySupportsFixedDocumentSequence");
        /// <summary>Cannot have empty collection of DocumentPageView objects.</summary>
        internal static string @DocumentViewerPageViewsCollectionEmpty => GetResourceString("DocumentViewerPageViewsCollectionEmpty");
        /// <summary>Find</summary>
        internal static string @DocumentViewerSearchCompleteTitle => GetResourceString("DocumentViewerSearchCompleteTitle");
        /// <summary>Searched to the end of this document. Cannot find '{0}'.</summary>
        internal static string @DocumentViewerSearchDownCompleteLabel => GetResourceString("DocumentViewerSearchDownCompleteLabel");
        /// <summary>Searched to the beginning of this document. Cannot find '{0}'.</summary>
        internal static string @DocumentViewerSearchUpCompleteLabel => GetResourceString("DocumentViewerSearchUpCompleteLabel");
        /// <summary>DocumentViewer's Visual Tree Style must include a ScrollViewer with Name PART_ContentHost.</summary>
        internal static string @DocumentViewerStyleMustIncludeContentHost => GetResourceString("DocumentViewerStyleMustIncludeContentHost");
        /// <summary>Page Height</summary>
        internal static string @DocumentViewerViewFitToHeightCommandText => GetResourceString("DocumentViewerViewFitToHeightCommandText");
        /// <summary>Fit Pages</summary>
        internal static string @DocumentViewerViewFitToMaxPagesAcrossCommandText => GetResourceString("DocumentViewerViewFitToMaxPagesAcrossCommandText");
        /// <summary>Page Width</summary>
        internal static string @DocumentViewerViewFitToWidthCommandText => GetResourceString("DocumentViewerViewFitToWidthCommandText");
        /// <summary>View Thumbnails</summary>
        internal static string @DocumentViewerViewThumbnailsCommandText => GetResourceString("DocumentViewerViewThumbnailsCommandText");
        /// <summary>The application cannot be downloaded. Check for network connectivity issues or contact the application publisher for assistance.</summary>
        internal static string @DownloadText => GetResourceString("DownloadText");
        /// <summary>Application Download Error</summary>
        internal static string @DownloadTitle => GetResourceString("DownloadTitle");
        /// <summary>Can only call DragMove when primary mouse button is down.</summary>
        internal static string @DragMoveFail => GetResourceString("DragMoveFail");
        /// <summary>Duplicated URI in compatible namespaces list.</summary>
        internal static string @DuplicatedCompatibleUri => GetResourceString("DuplicatedCompatibleUri");
        /// <summary>Duplicated URI in supported namespaces.</summary>
        internal static string @DuplicatedUri => GetResourceString("DuplicatedUri");
        /// <summary>Cannot have duplicates in this Collection.</summary>
        internal static string @DuplicatesNotAllowed => GetResourceString("DuplicatesNotAllowed");
        /// <summary>'{0}' cannot have a logical or visual parent.</summary>
        internal static string @ElementMustBeInPopup => GetResourceString("ElementMustBeInPopup");
        /// <summary>Element must belong to a FrameworkTemplate instance.</summary>
        internal static string @ElementMustBelongToTemplate => GetResourceString("ElementMustBelongToTemplate");
        /// <summary>Cannot create annotations anchored to empty text selection.</summary>
        internal static string @EmptySelectionNotSupported => GetResourceString("EmptySelectionNotSupported");
        /// <summary>Must call BeginInit before EndInit.</summary>
        internal static string @EndInitWithoutBeginInitNotSupported => GetResourceString("EndInitWithoutBeginInitNotSupported");
        /// <summary>Assembly.GetEntryAssembly() returns null. Set the Application.ResourceAssembly property or use the pack://application:,,,/assemblyname;component/ syntax to specify the assembly to load the resource from.</summary>
        internal static string @EntryAssemblyIsNull => GetResourceString("EntryAssemblyIsNull");
        /// <summary>Collection was disposed, enumerator operations are not valid.</summary>
        internal static string @EnumeratorCollectionDisposed => GetResourceString("EnumeratorCollectionDisposed");
        /// <summary>Enumerator is located before the first element of the collection or after the last element.</summary>
        internal static string @EnumeratorInvalidOperation => GetResourceString("EnumeratorInvalidOperation");
        /// <summary>Enumeration has not started. Call MoveNext.</summary>
        internal static string @EnumeratorNotStarted => GetResourceString("EnumeratorNotStarted");
        /// <summary>Enumeration already finished.</summary>
        internal static string @EnumeratorReachedEnd => GetResourceString("EnumeratorReachedEnd");
        /// <summary>Collection was modified; enumeration operation may not execute.</summary>
        internal static string @EnumeratorVersionChanged => GetResourceString("EnumeratorVersionChanged");
        /// <summary>EventTrigger cannot have action of type '{0}'. It must be a TriggerAction.</summary>
        internal static string @EventTriggerBadAction => GetResourceString("EventTriggerBadAction");
        /// <summary>Event triggers do not support EnterActions or ExitActions.</summary>
        internal static string @EventTriggerDoesNotEnterExit => GetResourceString("EventTriggerDoesNotEnterExit");
        /// <summary>Event triggers do not support changing property values.</summary>
        internal static string @EventTriggerDoNotSetProperties => GetResourceString("EventTriggerDoNotSetProperties");
        /// <summary>Cannot resolve event '{0}' for EventTrigger.</summary>
        internal static string @EventTriggerEventUnresolvable => GetResourceString("EventTriggerEventUnresolvable");
        /// <summary>EventTrigger requires a value for its Event property.</summary>
        internal static string @EventTriggerNeedEvent => GetResourceString("EventTriggerNeedEvent");
        /// <summary>A Style has no child nodes so EventTrigger cannot specify child node name '{0}'.</summary>
        internal static string @EventTriggerOnStyleNotAllowedToHaveTarget => GetResourceString("EventTriggerOnStyleNotAllowedToHaveTarget");
        /// <summary>Cannot find element '{0}' targeted by this EventTrigger.</summary>
        internal static string @EventTriggerTargetNameUnresolvable => GetResourceString("EventTriggerTargetNameUnresolvable");
        /// <summary>Error when requesting page '{0}'.</summary>
        internal static string @ExceptionInGetPage => GetResourceString("ExceptionInGetPage");
        /// <summary>Calling Validate method of ExceptionValidationRule is not supported. Validation results for ExceptionValidationRule are set implicitly by the binding engine when exceptions are caught.</summary>
        internal static string @ExceptionValidationRuleValidateNotSupported => GetResourceString("ExceptionValidationRuleValidateNotSupported");
        /// <summary>DeferrableContentConverter requires that the SchemaContext be of type System.Windows.Baml2006.Baml2006SchemaContext.</summary>
        internal static string @ExpectedBamlSchemaContext => GetResourceString("ExpectedBamlSchemaContext");
        /// <summary>Unexpected value. Deferrable content must be provided as a System.Stream or System.Byte[].</summary>
        internal static string @ExpectedBinaryContent => GetResourceString("ExpectedBinaryContent");
        /// <summary>DeferrableContent is only allowed on ResourceDictionaries.</summary>
        internal static string @ExpectedResourceDictionaryTarget => GetResourceString("ExpectedResourceDictionaryTarget");
        /// <summary>Failed to resume the page function of type {0}. Make sure the type has a default constructor and its assembly is accessible.</summary>
        internal static string @FailedResumePageFunction => GetResourceString("FailedResumePageFunction");
        /// <summary>Failed to convert resource into object.</summary>
        internal static string @FailedToConvertResource => GetResourceString("FailedToConvertResource");
        /// <summary>Failed to launch default browser.</summary>
        internal static string @FailToLaunchDefaultBrowser => GetResourceString("FailToLaunchDefaultBrowser");
        /// <summary>Failed to navigate using the Hyperlink target.</summary>
        internal static string @FailToNavigateUsingHyperlinkTarget => GetResourceString("FailToNavigateUsingHyperlinkTarget");
        /// <summary>'{0}' does not exist.
        /// Do you want to create it?</summary>
        internal static string @FileDialogCreatePrompt => GetResourceString("FileDialogCreatePrompt");
        /// <summary>'{0}' does not exist.
        /// Verify that the file name is correct.</summary>
        internal static string @FileDialogFileNotFound => GetResourceString("FileDialogFileNotFound");
        /// <summary>Provided filter string is not valid. Filter string should contain a description of the filter, followed by a vertical bar and the filter pattern. Must also separate multiple filter description and pattern pairs by a vertical bar. Must separate multiple ext ...</summary>
        internal static string @FileDialogInvalidFilter => GetResourceString("FileDialogInvalidFilter");
        /// <summary>Filter index is not valid.</summary>
        internal static string @FileDialogInvalidFilterIndex => GetResourceString("FileDialogInvalidFilterIndex");
        /// <summary>'{0}' already exists.
        /// Do you want to replace it?</summary>
        internal static string @FileDialogOverwritePrompt => GetResourceString("FileDialogOverwritePrompt");
        /// <summary>Cannot access file because file name is null or empty.</summary>
        internal static string @FileNameMustNotBeNull => GetResourceString("FileNameMustNotBeNull");
        /// <summary>File name is null or empty.</summary>
        internal static string @FileNameNullOrEmpty => GetResourceString("FileNameNullOrEmpty");
        /// <summary>File to filter is not loaded.</summary>
        internal static string @FileToFilterNotLoaded => GetResourceString("FileToFilterNotLoaded");
        /// <summary>BindRegion is not implemented.</summary>
        internal static string @FilterBindRegionNotImplemented => GetResourceString("FilterBindRegionNotImplemented");
        /// <summary>Filter has no more chunks to return.</summary>
        internal static string @FilterEndOfChunks => GetResourceString("FilterEndOfChunks");
        /// <summary>Filter does not have a working file. This is typically caused by a missing or failed call to IPersistFile::Load.</summary>
        internal static string @FilterGetChunkNoStream => GetResourceString("FilterGetChunkNoStream");
        /// <summary>Returned string is too long for the buffer provided.</summary>
        internal static string @FilterGetTextBufferOverflow => GetResourceString("FilterGetTextBufferOverflow");
        /// <summary>GetText operation is not supported on current chunk.</summary>
        internal static string @FilterGetTextNotSupported => GetResourceString("FilterGetTextNotSupported");
        /// <summary>GetValue was already called on current chunk.</summary>
        internal static string @FilterGetValueAlreadyCalledOnCurrentChunk => GetResourceString("FilterGetValueAlreadyCalledOnCurrentChunk");
        /// <summary>Only string and DateTime types are supported for marshalling to PROPVARIANT.</summary>
        internal static string @FilterGetValueMustBeStringOrDateTime => GetResourceString("FilterGetValueMustBeStringOrDateTime");
        /// <summary>GetValue operation is not supported on current chunk.</summary>
        internal static string @FilterGetValueNotSupported => GetResourceString("FilterGetValueNotSupported");
        /// <summary>Count and contents of attributes passed to IFilter::Init do not match.</summary>
        internal static string @FilterInitInvalidAttributes => GetResourceString("FilterInitInvalidAttributes");
        /// <summary>The only IPersistFile operation supported by the component is Load.</summary>
        internal static string @FilterIPersistFileIsReadOnly => GetResourceString("FilterIPersistFileIsReadOnly");
        /// <summary>The only IPersistStream operation supported by the component is Load.</summary>
        internal static string @FilterIPersistStreamIsReadOnly => GetResourceString("FilterIPersistStreamIsReadOnly");
        /// <summary>Mode word contains flags that are not valid.</summary>
        internal static string @FilterLoadInvalidModeFlag => GetResourceString("FilterLoadInvalidModeFlag");
        /// <summary>Buffer address passed to GetText cannot be NULL.</summary>
        internal static string @FilterNullGetTextBufferPointer => GetResourceString("FilterNullGetTextBufferPointer");
        /// <summary>PROPSPEC union selector is unrecognized.</summary>
        internal static string @FilterPropSpecUnknownUnionSelector => GetResourceString("FilterPropSpecUnknownUnionSelector");
        /// <summary>FixedDocument's GetObjectPosition expects a DependencyObject as a parameter.</summary>
        internal static string @FixedDocumentExpectsDependencyObject => GetResourceString("FixedDocumentExpectsDependencyObject");
        /// <summary>The document is read-only.</summary>
        internal static string @FixedDocumentReadonly => GetResourceString("FixedDocumentReadonly");
        /// <summary>Cannot make new formatting requests during page formatting.</summary>
        internal static string @FlowDocumentFormattingReentrancy => GetResourceString("FlowDocumentFormattingReentrancy");
        /// <summary>Content changed during page formatting.</summary>
        internal static string @FlowDocumentInvalidContnetChange => GetResourceString("FlowDocumentInvalidContnetChange");
        /// <summary>FlowDocumentPageViewer supports only FlowDocument as content.</summary>
        internal static string @FlowDocumentPageViewerOnlySupportsFlowDocument => GetResourceString("FlowDocumentPageViewerOnlySupportsFlowDocument");
        /// <summary>FlowDocumentReader element can have only one child.</summary>
        internal static string @FlowDocumentReaderCanHaveOnlyOneChild => GetResourceString("FlowDocumentReaderCanHaveOnlyOneChild");
        /// <summary>At least one ViewingMode should be enabled.</summary>
        internal static string @FlowDocumentReaderCannotDisableAllViewingModes => GetResourceString("FlowDocumentReaderCannotDisableAllViewingModes");
        /// <summary>Decorator marked as PART_ContentHost must have no content.</summary>
        internal static string @FlowDocumentReaderDecoratorMarkedAsContentHostMustHaveNoContent => GetResourceString("FlowDocumentReaderDecoratorMarkedAsContentHostMustHaveNoContent");
        /// <summary>Cannot disable this view while the FlowDocumentReader is in the same ViewingMode.</summary>
        internal static string @FlowDocumentReaderViewingModeEnabledConflict => GetResourceString("FlowDocumentReaderViewingModeEnabledConflict");
        /// <summary>Page</summary>
        internal static string @FlowDocumentReader_MultipleViewProvider_PageViewName => GetResourceString("FlowDocumentReader_MultipleViewProvider_PageViewName");
        /// <summary>Scroll</summary>
        internal static string @FlowDocumentReader_MultipleViewProvider_ScrollViewName => GetResourceString("FlowDocumentReader_MultipleViewProvider_ScrollViewName");
        /// <summary>Two Page</summary>
        internal static string @FlowDocumentReader_MultipleViewProvider_TwoPageViewName => GetResourceString("FlowDocumentReader_MultipleViewProvider_TwoPageViewName");
        /// <summary>A FlowDocumentScrollViewer element can have only one child.</summary>
        internal static string @FlowDocumentScrollViewerCanHaveOnlyOneChild => GetResourceString("FlowDocumentScrollViewerCanHaveOnlyOneChild");
        /// <summary>Document belongs to another FlowDocumentScrollViewer already.</summary>
        internal static string @FlowDocumentScrollViewerDocumentBelongsToAnotherFlowDocumentScrollViewerAlready => GetResourceString("FlowDocumentScrollViewerDocumentBelongsToAnotherFlowDocumentScrollViewerAlready");
        /// <summary>ScrollViewer marked as PART_ContentHost must have no content.</summary>
        internal static string @FlowDocumentScrollViewerMarkedAsContentHostMustHaveNoContent => GetResourceString("FlowDocumentScrollViewerMarkedAsContentHostMustHaveNoContent");
        /// <summary>Page dimensions exceed maximum allowed value of 3.579 million pixels.</summary>
        internal static string @FormatRestrictionsExceeded => GetResourceString("FormatRestrictionsExceeded");
        /// <summary>Cannot add content to a Frame in markup.</summary>
        internal static string @FrameNoAddChild => GetResourceString("FrameNoAddChild");
        /// <summary>FrameworkElementFactory is already parented.</summary>
        internal static string @FrameworkElementFactoryAlreadyParented => GetResourceString("FrameworkElementFactoryAlreadyParented");
        /// <summary>FrameworkElementFactory cannot contain both Text and object children.</summary>
        internal static string @FrameworkElementFactoryCannotAddText => GetResourceString("FrameworkElementFactoryCannotAddText");
        /// <summary>FrameworkElementFactory must be in a sealed template for this operation.</summary>
        internal static string @FrameworkElementFactoryMustBeSealed => GetResourceString("FrameworkElementFactoryMustBeSealed");
        /// <summary>Cannot call StartAt when content generation is in progress.</summary>
        internal static string @GenerationInProgress => GetResourceString("GenerationInProgress");
        /// <summary>Must call GenerateNext while content generation is in progress.</summary>
        internal static string @GenerationNotInProgress => GetResourceString("GenerationNotInProgress");
        /// <summary>Accumulated count {0} is different from actual count {1}.  [Accumulated count is (Count at last Reset + #Adds - #Removes since last Reset).]</summary>
        internal static string @Generator_CountIsWrong => GetResourceString("Generator_CountIsWrong");
        /// <summary>An ItemsControl is inconsistent with its items source.\n  See the inner exception for more information.</summary>
        internal static string @Generator_Inconsistent => GetResourceString("Generator_Inconsistent");
        /// <summary>At index {0}:  Generator's item '{1}' is different from actual item '{2}'.</summary>
        internal static string @Generator_ItemIsWrong => GetResourceString("Generator_ItemIsWrong");
        /// <summary>(... {0} more instances ...)</summary>
        internal static string @Generator_MoreErrors => GetResourceString("Generator_MoreErrors");
        /// <summary>Information for developers (use Text Visualizer to read this):</summary>
        internal static string @Generator_Readme0 => GetResourceString("Generator_Readme0");
        /// <summary>This exception was thrown because the generator for control '{0}' with name '{1}' has received sequence of CollectionChanged events that do not agree with the current state of the Items collection.</summary>
        internal static string @Generator_Readme1 => GetResourceString("Generator_Readme1");
        /// <summary>The following differences were detected:</summary>
        internal static string @Generator_Readme2 => GetResourceString("Generator_Readme2");
        /// <summary>One or more of the following sources may have raised the wrong events:</summary>
        internal static string @Generator_Readme3 => GetResourceString("Generator_Readme3");
        /// <summary>(The starred sources are considered more likely to be the cause of the problem.)</summary>
        internal static string @Generator_Readme4 => GetResourceString("Generator_Readme4");
        /// <summary>The most common causes are (a) changing the collection or its Count without raising a corresponding event, and (b) raising an event with an incorrect index or item parameter.</summary>
        internal static string @Generator_Readme5 => GetResourceString("Generator_Readme5");
        /// <summary>The exception's stack trace describes how the inconsistencies were detected, not how they occurred.</summary>
        internal static string @Generator_Readme6 => GetResourceString("Generator_Readme6");
        /// <summary>To get a more timely exception, set the attached property '{0}' on the generator to value '{1}' and rerun the scenario.</summary>
        internal static string @Generator_Readme7 => GetResourceString("Generator_Readme7");
        /// <summary>One way to do this is to run a command similar to the following:\n   {0}</summary>
        internal static string @Generator_Readme8 => GetResourceString("Generator_Readme8");
        /// <summary>from the Immediate window.  This causes the detection logic to run after every CollectionChanged event, so it will slow down the application.</summary>
        internal static string @Generator_Readme9 => GetResourceString("Generator_Readme9");
        /// <summary>(unnamed)</summary>
        internal static string @Generator_Unnamed => GetResourceString("Generator_Unnamed");
        /// <summary>Cannot get response for web request to '{0}'.</summary>
        internal static string @GetResponseFailed => GetResourceString("GetResponseFailed");
        /// <summary>Cannot get stream from WebResponse for URI '{0}'.</summary>
        internal static string @GetStreamFailed => GetResourceString("GetStreamFailed");
        /// <summary>Cannot have negative Glyph advance width.</summary>
        internal static string @GlyphsAdvanceWidthCannotBeNegative => GetResourceString("GlyphsAdvanceWidthCannotBeNegative");
        /// <summary>CaretStops string must contain only hexadecimal digits.</summary>
        internal static string @GlyphsCaretStopsContainsHexDigits => GetResourceString("GlyphsCaretStopsContainsHexDigits");
        /// <summary>The number of caret stops in CaretStops string must not exceed the number of UTF16 code points by more than 1.</summary>
        internal static string @GlyphsCaretStopsLengthCorrespondsToUnicodeString => GetResourceString("GlyphsCaretStopsLengthCorrespondsToUnicodeString");
        /// <summary>Must have only spaces before opening bracket in a Glyphs cluster specification.</summary>
        internal static string @GlyphsClusterBadCharactersBeforeBracket => GetResourceString("GlyphsClusterBadCharactersBeforeBracket");
        /// <summary>Colon separator misplaced in Glyphs cluster specification.</summary>
        internal static string @GlyphsClusterMisplacedSeparator => GetResourceString("GlyphsClusterMisplacedSeparator");
        /// <summary>Cannot find matching bracket in Glyphs cluster specification.</summary>
        internal static string @GlyphsClusterNoMatchingBracket => GetResourceString("GlyphsClusterNoMatchingBracket");
        /// <summary>Cannot nest Glyphs clusters.</summary>
        internal static string @GlyphsClusterNoNestedClusters => GetResourceString("GlyphsClusterNoNestedClusters");
        /// <summary>Must have Glyph indices if no Unicode string is specified.</summary>
        internal static string @GlyphsIndexRequiredIfNoUnicode => GetResourceString("GlyphsIndexRequiredIfNoUnicode");
        /// <summary>Must have all glyph indices in a Glyphs cluster.</summary>
        internal static string @GlyphsIndexRequiredWithinCluster => GetResourceString("GlyphsIndexRequiredWithinCluster");
        /// <summary>Too many commas in glyph index specification.</summary>
        internal static string @GlyphsTooManyCommas => GetResourceString("GlyphsTooManyCommas");
        /// <summary>Glyphs Indices and UnicodeString properties cannot both be empty.</summary>
        internal static string @GlyphsUnicodeStringAndIndicesCannotBothBeEmpty => GetResourceString("GlyphsUnicodeStringAndIndicesCannotBothBeEmpty");
        /// <summary>UnicodeString property does not contain enough characters to correspond to the contents of Indices property.</summary>
        internal static string @GlyphsUnicodeStringIsTooShort => GetResourceString("GlyphsUnicodeStringIsTooShort");
        /// <summary>Cannot modify '{0}' in read-only state.</summary>
        internal static string @GridCollection_CannotModifyReadOnly => GetResourceString("GridCollection_CannotModifyReadOnly");
        /// <summary>'{0}' destination not long enough.</summary>
        internal static string @GridCollection_DestArrayInvalidLength => GetResourceString("GridCollection_DestArrayInvalidLength");
        /// <summary>'{0}' is less than the array's lower bound.</summary>
        internal static string @GridCollection_DestArrayInvalidLowerBound => GetResourceString("GridCollection_DestArrayInvalidLowerBound");
        /// <summary>'{0}' destination is multidimensional. Expected array of rank 1.</summary>
        internal static string @GridCollection_DestArrayInvalidRank => GetResourceString("GridCollection_DestArrayInvalidRank");
        /// <summary>'{0}' already belongs to another '{1}'.</summary>
        internal static string @GridCollection_InOtherCollection => GetResourceString("GridCollection_InOtherCollection");
        /// <summary>'{0}' must be type '{1}'.</summary>
        internal static string @GridCollection_MustBeCertainType => GetResourceString("GridCollection_MustBeCertainType");
        /// <summary>Parameter of unexpected type '{0}'. Expected type is '{1}'.</summary>
        internal static string @Grid_UnexpectedParameterType => GetResourceString("Grid_UnexpectedParameterType");
        /// <summary>Handler type is not valid.</summary>
        internal static string @HandlerTypeIllegal => GetResourceString("HandlerTypeIllegal");
        /// <summary>Specified element is already the logical child of another element. Disconnect it first.</summary>
        internal static string @HasLogicalParent => GetResourceString("HasLogicalParent");
        /// <summary>Hosted HWND must be a child window.</summary>
        internal static string @HostedWindowMustBeAChildWindow => GetResourceString("HostedWindowMustBeAChildWindow");
        /// <summary>Application Deployment Canceled</summary>
        internal static string @HostingStatusCancelled => GetResourceString("HostingStatusCancelled");
        /// <summary>Downloading Application</summary>
        internal static string @HostingStatusDownloadApp => GetResourceString("HostingStatusDownloadApp");
        /// <summary>Downloading Application Information</summary>
        internal static string @HostingStatusDownloadAppInfo => GetResourceString("HostingStatusDownloadAppInfo");
        /// <summary>Application Deployment Failed</summary>
        internal static string @HostingStatusFailed => GetResourceString("HostingStatusFailed");
        /// <summary>Preparing to Run Application</summary>
        internal static string @HostingStatusPreparingToRun => GetResourceString("HostingStatusPreparingToRun");
        /// <summary>Verifying Application Requirements</summary>
        internal static string @HostingStatusVerifying => GetResourceString("HostingStatusVerifying");
        /// <summary>HwndHost does not support child IKeyboardInputSinks. Derived classes must add this support if needed.</summary>
        internal static string @HwndHostDoesNotSupportChildKeyboardSinks => GetResourceString("HwndHostDoesNotSupportChildKeyboardSinks");
        /// <summary>Hyperlink Target not found.</summary>
        internal static string @HyperLinkTargetNotFound => GetResourceString("HyperLinkTargetNotFound");
        /// <summary>Hyphenator is called after it has been disposed.</summary>
        internal static string @HyphenatorDisposed => GetResourceString("HyphenatorDisposed");
        /// <summary>ImageSource for Icon property must be an icon file.</summary>
        internal static string @IconMustBeBitmapFrame => GetResourceString("IconMustBeBitmapFrame");
        /// <summary>ContentPosition does not exist within this element's tree.</summary>
        internal static string @IDPInvalidContentPosition => GetResourceString("IDPInvalidContentPosition");
        /// <summary>Page number cannot be negative.</summary>
        internal static string @IDPNegativePageNumber => GetResourceString("IDPNegativePageNumber");
        /// <summary>Document tree or properties were modified during measure or arrange.</summary>
        internal static string @IllegalTreeChangeDetected => GetResourceString("IllegalTreeChangeDetected");
        /// <summary>Document tree or properties were modified during measure or arrange.</summary>
        internal static string @IllegalTreeChangeDetectedPostAction => GetResourceString("IllegalTreeChangeDetectedPostAction");
        /// <summary>InheritanceBehavior must be set when the instance is not yet connected to a tree. Set InheritanceBehavior when the object is constructed.</summary>
        internal static string @Illegal_InheritanceBehaviorSettor => GetResourceString("Illegal_InheritanceBehaviorSettor");
        /// <summary>If SortDescriptions is overridden in derived classes, then must also override '{0}'.</summary>
        internal static string @ImplementOtherMembersWithSort => GetResourceString("ImplementOtherMembersWithSort");
        /// <summary>StartItem is not valid.</summary>
        internal static string @InavalidStartItem => GetResourceString("InavalidStartItem");
        /// <summary>Unable to install or run the application. The application requires Microsoft .NET Framework containing Common Language Runtime v{0} to be installed.</summary>
        internal static string @IncompatibleCLRText => GetResourceString("IncompatibleCLRText");
        /// <summary>Unable to install or run the application. The application requires Microsoft .NET Framework v{0} or compatible to be installed.</summary>
        internal static string @IncompatibleWinFXText => GetResourceString("IncompatibleWinFXText");
        /// <summary>IBindingList '{0}' has unexpected length after a '{1}' event.\nThis can happen if the IBindingList has been changed without raising a corresponding ListChanged event.</summary>
        internal static string @InconsistentBindingList => GetResourceString("InconsistentBindingList");
        /// <summary>Zero-length TextRange is not valid for this processor.</summary>
        internal static string @IncorrectAnchorLength => GetResourceString("IncorrectAnchorLength");
        /// <summary>FlowDirection for Window is not valid.</summary>
        internal static string @IncorrectFlowDirection => GetResourceString("IncorrectFlowDirection");
        /// <summary>'{0}' locator part type is not valid.</summary>
        internal static string @IncorrectLocatorPartType => GetResourceString("IncorrectLocatorPartType");
        /// <summary>Cannot use indexed Value on PropertyDescriptor.</summary>
        internal static string @IndexedPropDescNotImplemented => GetResourceString("IndexedPropDescNotImplemented");
        /// <summary>'{0}' and '{1}' TextPointers are not in the same Paragraph.</summary>
        internal static string @InDifferentParagraphs => GetResourceString("InDifferentParagraphs");
        /// <summary>'{0}' and '{1}' are not scoped by the same text element.</summary>
        internal static string @InDifferentScope => GetResourceString("InDifferentScope");
        /// <summary>'{0}' and '{1}' TextPointers are not in the same document.</summary>
        internal static string @InDifferentTextContainers => GetResourceString("InDifferentTextContainers");
        /// <summary>Esc</summary>
        internal static string @InkCanvasDeselectKeyDisplayString => GetResourceString("InkCanvasDeselectKeyDisplayString");
        /// <summary>Insufficient memory.</summary>
        internal static string @InputScopeAttribute_E_OUTOFMEMORY => GetResourceString("InputScopeAttribute_E_OUTOFMEMORY");
        /// <summary>'{0}' input stream must be readable.</summary>
        internal static string @InputStreamMustBeReadable => GetResourceString("InputStreamMustBeReadable");
        /// <summary>Cannot insert in a selection when selection is in progress. Use Add method.</summary>
        internal static string @InsertInDeferSelectionActive => GetResourceString("InsertInDeferSelectionActive");
        /// <summary>Integer collection size cannot be negative.</summary>
        internal static string @IntegerCollectionLengthLessThanZero => GetResourceString("IntegerCollectionLengthLessThanZero");
        /// <summary>Anchor position is not valid.</summary>
        internal static string @InvalidAnchorPosition => GetResourceString("InvalidAnchorPosition");
        /// <summary>AttachedAnchor is not valid.</summary>
        internal static string @InvalidAttachedAnchor => GetResourceString("InvalidAttachedAnchor");
        /// <summary>AttachedAnnotation is not valid.</summary>
        internal static string @InvalidAttachedAnnotation => GetResourceString("InvalidAttachedAnnotation");
        /// <summary>The required '{0}' attribute value is not valid.</summary>
        internal static string @InvalidAttributeValue => GetResourceString("InvalidAttributeValue");
        /// <summary>Byte ranges are not valid in '{0}'.</summary>
        internal static string @InvalidByteRanges => GetResourceString("InvalidByteRanges");
        /// <summary>Specified InkCanvasClipboardFormat is not valid.</summary>
        internal static string @InvalidClipboardFormat => GetResourceString("InvalidClipboardFormat");
        /// <summary>Cannot set Visibility or call Show, ShowDialog, or Hide while the composition target is not valid.</summary>
        internal static string @InvalidCompositionTarget => GetResourceString("InvalidCompositionTarget");
        /// <summary>ControlTemplate's TargetType must be Control, Page, PageFunctionBase or a subclass of the same. '{0}' type is not valid.</summary>
        internal static string @InvalidControlTemplateTargetType => GetResourceString("InvalidControlTemplateTargetType");
        /// <summary>'{0}' parameter cannot be Infinity.</summary>
        internal static string @InvalidCtorParameterNoInfinity => GetResourceString("InvalidCtorParameterNoInfinity");
        /// <summary>'{0}' parameter cannot be NaN.</summary>
        internal static string @InvalidCtorParameterNoNaN => GetResourceString("InvalidCtorParameterNoNaN");
        /// <summary>'{0}' parameter cannot be negative.</summary>
        internal static string @InvalidCtorParameterNoNegative => GetResourceString("InvalidCtorParameterNoNegative");
        /// <summary>'{0}' parameter is not valid. Valid values are FigureUnitType.Auto, FigureUnitType.Pixel, FigureUnitType.Column, FigureUnitType.Content, or FigureUnitType.Page.</summary>
        internal static string @InvalidCtorParameterUnknownFigureUnitType => GetResourceString("InvalidCtorParameterUnknownFigureUnitType");
        /// <summary>'{0}' parameter is not valid. Valid values are GridUnitType.Auto, GridUnitType.Pixel, or GridUnitType.Star.</summary>
        internal static string @InvalidCtorParameterUnknownGridUnitType => GetResourceString("InvalidCtorParameterUnknownGridUnitType");
        /// <summary>'{0}' parameter is not valid. Valid values are VirtualizationCacheUnitType.Item or VirtualizationCacheUnitType.Pixel.</summary>
        internal static string @InvalidCtorParameterUnknownVirtualizationCacheLengthUnitType => GetResourceString("InvalidCtorParameterUnknownVirtualizationCacheLengthUnitType");
        /// <summary>Serializer does not support custom BAML serialization operations.</summary>
        internal static string @InvalidCustomSerialize => GetResourceString("InvalidCustomSerialize");
        /// <summary>There is a problem with how the application was built or published. Contact the application publisher for assistance.</summary>
        internal static string @InvalidDeployText => GetResourceString("InvalidDeployText");
        /// <summary>Application File Not Valid</summary>
        internal static string @InvalidDeployTitle => GetResourceString("InvalidDeployTitle");
        /// <summary>Serializer does not support Convert operations.</summary>
        internal static string @InvalidDeSerialize => GetResourceString("InvalidDeSerialize");
        /// <summary>Value is out of range.</summary>
        internal static string @InvalidDiameter => GetResourceString("InvalidDiameter");
        /// <summary>Invalid content type for DocumentStructure part.</summary>
        internal static string @InvalidDSContentType => GetResourceString("InvalidDSContentType");
        /// <summary>Specified array cannot be empty.</summary>
        internal static string @InvalidEmptyArray => GetResourceString("InvalidEmptyArray");
        /// <summary>Specified StrokeCollection must contain at least one stroke.</summary>
        internal static string @InvalidEmptyStrokeCollection => GetResourceString("InvalidEmptyStrokeCollection");
        /// <summary>The last BAML node in a BAML document must be 'EndDocument'.</summary>
        internal static string @InvalidEndOfBaml => GetResourceString("InvalidEndOfBaml");
        /// <summary>The event handle is not usable.</summary>
        internal static string @InvalidEventHandle => GetResourceString("InvalidEventHandle");
        /// <summary>Guid.Empty is not a valid value.</summary>
        internal static string @InvalidGuid => GetResourceString("InvalidGuid");
        /// <summary>Highlight colors must be of type SolidColorBrush.</summary>
        internal static string @InvalidHighlightColor => GetResourceString("InvalidHighlightColor");
        /// <summary>Only SolidColorBrush can be used as Foreground for StickyNoteControl of type StickyNoteType.Ink.</summary>
        internal static string @InvalidInkForeground => GetResourceString("InvalidInkForeground");
        /// <summary>'{0}' can only host a '{1}' or a '{2}'. '{3}' is an invalid container.</summary>
        internal static string @InvalidItemContainer => GetResourceString("InvalidItemContainer");
        /// <summary>'{0}' localizability attribute setting is not valid.</summary>
        internal static string @InvalidLocalizabilityValue => GetResourceString("InvalidLocalizabilityValue");
        /// <summary>Locator part is not valid. Missing or malformed name/value pair: '{0}'.</summary>
        internal static string @InvalidLocatorPart => GetResourceString("InvalidLocatorPart");
        /// <summary>Localization comment target property is not valid in string '{0}'.</summary>
        internal static string @InvalidLocCommentTarget => GetResourceString("InvalidLocCommentTarget");
        /// <summary>Localization comment value is not valid for target property '{0}' in string '{1}'.</summary>
        internal static string @InvalidLocCommentValue => GetResourceString("InvalidLocCommentValue");
        /// <summary>'{0}' namespace is not a valid URI.</summary>
        internal static string @InvalidNamespace => GetResourceString("InvalidNamespace");
        /// <summary>Cannot set Visibility to Visible or call Show, ShowDialog, Close, or WindowInteropHelper.EnsureHandle while a Window is closing.</summary>
        internal static string @InvalidOperationDuringClosing => GetResourceString("InvalidOperationDuringClosing");
        /// <summary>A custom journal entry cannot be added for null content.</summary>
        internal static string @InvalidOperation_AddBackEntryNoContent => GetResourceString("InvalidOperation_AddBackEntryNoContent");
        /// <summary>The forward journal stack cannot be cleared during forward navigation.</summary>
        internal static string @InvalidOperation_CannotClearFwdStack => GetResourceString("InvalidOperation_CannotClearFwdStack");
        /// <summary>A PageFunction object cannot be started again before it has returned.</summary>
        internal static string @InvalidOperation_CannotReenterPageFunction => GetResourceString("InvalidOperation_CannotReenterPageFunction");
        /// <summary>Journal ownership cannot be changed while there is a navigation in progress.</summary>
        internal static string @InvalidOperation_CantChangeJournalOwnership => GetResourceString("InvalidOperation_CantChangeJournalOwnership");
        /// <summary>Failed to compare two elements in the array.</summary>
        internal static string @InvalidOperation_IComparerFailed => GetResourceString("InvalidOperation_IComparerFailed");
        /// <summary>'{0}' root element must implement IProvideCustomContentState, or a Navigating event handler must set NavigatingCancelEventArgs.ContentStateToSave property.</summary>
        internal static string @InvalidOperation_MustImplementIPCCSOrHandleNavigating => GetResourceString("InvalidOperation_MustImplementIPCCSOrHandleNavigating");
        /// <summary>This operation is available only when Frame has its own journal.</summary>
        internal static string @InvalidOperation_NoJournal => GetResourceString("InvalidOperation_NoJournal");
        /// <summary>Type '{0}' is not a valid PageFunction type.</summary>
        internal static string @InvalidPageFunctionType => GetResourceString("InvalidPageFunctionType");
        /// <summary>Invalid Point value.</summary>
        internal static string @InvalidPoint => GetResourceString("InvalidPoint");
        /// <summary>'{0}' is not a valid value for property '{1}'.</summary>
        internal static string @InvalidPropertyValue => GetResourceString("InvalidPropertyValue");
        /// <summary>Selection is not valid because it spans pages that do not exist.</summary>
        internal static string @InvalidSelectionPages => GetResourceString("InvalidSelectionPages");
        /// <summary>'{0}' is not a valid value for the '{1}.{2}' property on a Setter.</summary>
        internal static string @InvalidSetterValue => GetResourceString("InvalidSetterValue");
        /// <summary>Invalid content type for StoryFragments part.</summary>
        internal static string @InvalidSFContentType => GetResourceString("InvalidSFContentType");
        /// <summary>Start node is not valid because it does not contain text selection's boundaries.</summary>
        internal static string @InvalidStartNodeForTextSelection => GetResourceString("InvalidStartNodeForTextSelection");
        /// <summary>The first BAML node in a BAML document must be 'StartDocument'.</summary>
        internal static string @InvalidStartOfBaml => GetResourceString("InvalidStartOfBaml");
        /// <summary>StickyNoteControl cannot accept an Annotation that contains both ink strokes and text.</summary>
        internal static string @InvalidStickyNoteAnnotation => GetResourceString("InvalidStickyNoteAnnotation");
        /// <summary>IsExpanded template for StickyNoteControl of type '{0}' must contain element of type '{1}' with Name set to '{2}'.</summary>
        internal static string @InvalidStickyNoteTemplate => GetResourceString("InvalidStickyNoteTemplate");
        /// <summary>StoryFragments part failed to load.</summary>
        internal static string @InvalidStoryFragmentsMarkup => GetResourceString("InvalidStoryFragmentsMarkup");
        /// <summary>'{0}' value is not valid. It must contain one or four delimited Lengths.</summary>
        internal static string @InvalidStringCornerRadius => GetResourceString("InvalidStringCornerRadius");
        /// <summary>'{0}' value is not valid. It must contain one, two, or four delimited Lengths.</summary>
        internal static string @InvalidStringThickness => GetResourceString("InvalidStringThickness");
        /// <summary>'{0}' value is not valid. It must contain one or two delimited Lengths.</summary>
        internal static string @InvalidStringVirtualizationCacheLength => GetResourceString("InvalidStringVirtualizationCacheLength");
        /// <summary>'{0}' subtree processor is not valid.</summary>
        internal static string @InvalidSubTreeProcessor => GetResourceString("InvalidSubTreeProcessor");
        /// <summary>Temporary file name cannot be empty.</summary>
        internal static string @InvalidTempFileName => GetResourceString("InvalidTempFileName");
        /// <summary>'{0}' is not a valid value for Top or Left property.</summary>
        internal static string @InvalidValueForTopLeft => GetResourceString("InvalidValueForTopLeft");
        /// <summary>AttachedAnnotation value is not valid.</summary>
        internal static string @InvalidValueSpecified => GetResourceString("InvalidValueSpecified");
        /// <summary>'{0}' element contains invalid content.</summary>
        internal static string @InvalidXmlContent => GetResourceString("InvalidXmlContent");
        /// <summary>Operation is not valid while ItemCollection has no inner collection. ItemCollection is uninitialized or binding on ItemsControl.ItemSource supplied null for collection.</summary>
        internal static string @ItemCollectionHasNoCollection => GetResourceString("ItemCollectionHasNoCollection");
        /// <summary>removeIndex is less than zero or greater than or equal to Count.</summary>
        internal static string @ItemCollectionRemoveArgumentOutOfRange => GetResourceString("ItemCollectionRemoveArgumentOutOfRange");
        /// <summary>ItemCollection cannot provide a sync root for synchronization because the underlying collection can be changed. Use ItemsControl.ItemsSource or ItemCollection.InnerList to get the sync root for the respective inner collections.</summary>
        internal static string @ItemCollectionShouldUseInnerSyncRoot => GetResourceString("ItemCollectionShouldUseInnerSyncRoot");
        /// <summary>The Parent of the container should always be a FrameworkElement</summary>
        internal static string @ItemsControl_ParentNotFrameworkElement => GetResourceString("ItemsControl_ParentNotFrameworkElement");
        /// <summary>VisualTree of ItemsPanelTemplate must contain a Panel. '{0}' is not a Panel.</summary>
        internal static string @ItemsPanelNotAPanel => GetResourceString("ItemsPanelNotAPanel");
        /// <summary>VisualTree of ItemsPanelTemplate must be a single element.</summary>
        internal static string @ItemsPanelNotSingleNode => GetResourceString("ItemsPanelNotSingleNode");
        /// <summary>Operation is not valid while ItemsSource is in use. Access and modify elements with ItemsControl.ItemsSource instead.</summary>
        internal static string @ItemsSourceInUse => GetResourceString("ItemsSourceInUse");
        /// <summary>Cannot set ItemTemplateSelector while DisplayMemberPath is in use.</summary>
        internal static string @ItemTemplateSelectorBreaksDisplayMemberPath => GetResourceString("ItemTemplateSelectorBreaksDisplayMemberPath");
        /// <summary>The count of rejected items doesn't match the count of the reasons for rejection.</summary>
        internal static string @JumpItemsRejectedEventArgs_CountMismatch => GetResourceString("JumpItemsRejectedEventArgs_CountMismatch");
        /// <summary>The JumpList cannot be applied after calling BeginInit until there has been a matching call to EndInit.</summary>
        internal static string @JumpList_CantApplyUntilEndInit => GetResourceString("JumpList_CantApplyUntilEndInit");
        /// <summary>Cannot call EndInit without previously calling BeginInit.</summary>
        internal static string @JumpList_CantCallUnbalancedEndInit => GetResourceString("JumpList_CantCallUnbalancedEndInit");
        /// <summary>Cannot nest calls to BeginInit nor call it after modifying the JumpList.</summary>
        internal static string @JumpList_CantNestBeginInitCalls => GetResourceString("JumpList_CantNestBeginInitCalls");
        /// <summary>Ctrl+E</summary>
        internal static string @KeyAlignCenterDisplayString => GetResourceString("KeyAlignCenterDisplayString");
        /// <summary>Ctrl+J</summary>
        internal static string @KeyAlignJustifyDisplayString => GetResourceString("KeyAlignJustifyDisplayString");
        /// <summary>Ctrl+L</summary>
        internal static string @KeyAlignLeftDisplayString => GetResourceString("KeyAlignLeftDisplayString");
        /// <summary>Ctrl+R</summary>
        internal static string @KeyAlignRightDisplayString => GetResourceString("KeyAlignRightDisplayString");
        /// <summary>Alt+Backspace</summary>
        internal static string @KeyAltUndoDisplayString => GetResourceString("KeyAltUndoDisplayString");
        /// <summary></summary>
        internal static string @KeyApplyBackground => GetResourceString("KeyApplyBackground");
        /// <summary></summary>
        internal static string @KeyApplyBackgroundDisplayString => GetResourceString("KeyApplyBackgroundDisplayString");
        /// <summary>Ctrl+2</summary>
        internal static string @KeyApplyDoubleSpaceDisplayString => GetResourceString("KeyApplyDoubleSpaceDisplayString");
        /// <summary></summary>
        internal static string @KeyApplyFontFamily => GetResourceString("KeyApplyFontFamily");
        /// <summary></summary>
        internal static string @KeyApplyFontFamilyDisplayString => GetResourceString("KeyApplyFontFamilyDisplayString");
        /// <summary></summary>
        internal static string @KeyApplyFontSize => GetResourceString("KeyApplyFontSize");
        /// <summary></summary>
        internal static string @KeyApplyFontSizeDisplayString => GetResourceString("KeyApplyFontSizeDisplayString");
        /// <summary></summary>
        internal static string @KeyApplyForeground => GetResourceString("KeyApplyForeground");
        /// <summary></summary>
        internal static string @KeyApplyForegroundDisplayString => GetResourceString("KeyApplyForegroundDisplayString");
        /// <summary>Ctrl+5</summary>
        internal static string @KeyApplyOneAndAHalfSpaceDisplayString => GetResourceString("KeyApplyOneAndAHalfSpaceDisplayString");
        /// <summary>Ctrl+1</summary>
        internal static string @KeyApplySingleSpaceDisplayString => GetResourceString("KeyApplySingleSpaceDisplayString");
        /// <summary>Backspace</summary>
        internal static string @KeyBackspaceDisplayString => GetResourceString("KeyBackspaceDisplayString");
        /// <summary>The key collection includes entry that is not valid. It must be an IBamlDictionaryKey.</summary>
        internal static string @KeyCollectionHasInvalidKey => GetResourceString("KeyCollectionHasInvalidKey");
        /// <summary>Ctrl+C</summary>
        internal static string @KeyCopyDisplayString => GetResourceString("KeyCopyDisplayString");
        /// <summary>Ctrl+Shift+C</summary>
        internal static string @KeyCopyFormatDisplayString => GetResourceString("KeyCopyFormatDisplayString");
        /// <summary></summary>
        internal static string @KeyCorrectionList => GetResourceString("KeyCorrectionList");
        /// <summary></summary>
        internal static string @KeyCorrectionListDisplayString => GetResourceString("KeyCorrectionListDisplayString");
        /// <summary>Ctrl+Insert</summary>
        internal static string @KeyCtrlInsertDisplayString => GetResourceString("KeyCtrlInsertDisplayString");
        /// <summary>Ctrl+X</summary>
        internal static string @KeyCutDisplayString => GetResourceString("KeyCutDisplayString");
        /// <summary>Ctrl+OemOpenBrackets</summary>
        internal static string @KeyDecreaseFontSizeDisplayString => GetResourceString("KeyDecreaseFontSizeDisplayString");
        /// <summary>Ctrl+Shift+T</summary>
        internal static string @KeyDecreaseIndentationDisplayString => GetResourceString("KeyDecreaseIndentationDisplayString");
        /// <summary>Alt+Ctrl+Shift+D</summary>
        internal static string @KeyDeleteColumnsDisplayString => GetResourceString("KeyDeleteColumnsDisplayString");
        /// <summary>Delete</summary>
        internal static string @KeyDeleteDisplayString => GetResourceString("KeyDeleteDisplayString");
        /// <summary>Ctrl+Delete</summary>
        internal static string @KeyDeleteNextWordDisplayString => GetResourceString("KeyDeleteNextWordDisplayString");
        /// <summary>Ctrl+Backspace</summary>
        internal static string @KeyDeletePreviousWordDisplayString => GetResourceString("KeyDeletePreviousWordDisplayString");
        /// <summary></summary>
        internal static string @KeyDeleteRows => GetResourceString("KeyDeleteRows");
        /// <summary></summary>
        internal static string @KeyDeleteRowsDisplayString => GetResourceString("KeyDeleteRowsDisplayString");
        /// <summary>Shift+Enter</summary>
        internal static string @KeyEnterLineBreakDisplayString => GetResourceString("KeyEnterLineBreakDisplayString");
        /// <summary>Enter</summary>
        internal static string @KeyEnterParagraphBreakDisplayString => GetResourceString("KeyEnterParagraphBreakDisplayString");
        /// <summary>Ctrl+OemCloseBrackets</summary>
        internal static string @KeyIncreaseFontSizeDisplayString => GetResourceString("KeyIncreaseFontSizeDisplayString");
        /// <summary>Ctrl+T</summary>
        internal static string @KeyIncreaseIndentationDisplayString => GetResourceString("KeyIncreaseIndentationDisplayString");
        /// <summary>Alt+Ctrl+Shift+C</summary>
        internal static string @KeyInsertColumnsDisplayString => GetResourceString("KeyInsertColumnsDisplayString");
        /// <summary>Alt+Ctrl+Shift+R</summary>
        internal static string @KeyInsertRowsDisplayString => GetResourceString("KeyInsertRowsDisplayString");
        /// <summary>Alt+Ctrl+Shift+T</summary>
        internal static string @KeyInsertTableDisplayString => GetResourceString("KeyInsertTableDisplayString");
        /// <summary>Alt+Ctrl+Shift+M</summary>
        internal static string @KeyMergeCellsDisplayString => GetResourceString("KeyMergeCellsDisplayString");
        /// <summary>Down</summary>
        internal static string @KeyMoveDownByLineDisplayString => GetResourceString("KeyMoveDownByLineDisplayString");
        /// <summary>PageDown</summary>
        internal static string @KeyMoveDownByPageDisplayString => GetResourceString("KeyMoveDownByPageDisplayString");
        /// <summary>Ctrl+Down</summary>
        internal static string @KeyMoveDownByParagraphDisplayString => GetResourceString("KeyMoveDownByParagraphDisplayString");
        /// <summary>Left</summary>
        internal static string @KeyMoveLeftByCharacterDisplayString => GetResourceString("KeyMoveLeftByCharacterDisplayString");
        /// <summary>Ctrl+Left</summary>
        internal static string @KeyMoveLeftByWordDisplayString => GetResourceString("KeyMoveLeftByWordDisplayString");
        /// <summary>Right</summary>
        internal static string @KeyMoveRightByCharacterDisplayString => GetResourceString("KeyMoveRightByCharacterDisplayString");
        /// <summary>Ctrl+Right</summary>
        internal static string @KeyMoveRightByWordDisplayString => GetResourceString("KeyMoveRightByWordDisplayString");
        /// <summary>Alt+PageDown</summary>
        internal static string @KeyMoveToColumnEndDisplayString => GetResourceString("KeyMoveToColumnEndDisplayString");
        /// <summary>Alt+PageUp</summary>
        internal static string @KeyMoveToColumnStartDisplayString => GetResourceString("KeyMoveToColumnStartDisplayString");
        /// <summary>Ctrl+End</summary>
        internal static string @KeyMoveToDocumentEndDisplayString => GetResourceString("KeyMoveToDocumentEndDisplayString");
        /// <summary>Ctrl+Home</summary>
        internal static string @KeyMoveToDocumentStartDisplayString => GetResourceString("KeyMoveToDocumentStartDisplayString");
        /// <summary>End</summary>
        internal static string @KeyMoveToLineEndDisplayString => GetResourceString("KeyMoveToLineEndDisplayString");
        /// <summary>Home</summary>
        internal static string @KeyMoveToLineStartDisplayString => GetResourceString("KeyMoveToLineStartDisplayString");
        /// <summary>Alt+Ctrl+PageDown</summary>
        internal static string @KeyMoveToWindowBottomDisplayString => GetResourceString("KeyMoveToWindowBottomDisplayString");
        /// <summary>Alt+Ctrl+PageUp</summary>
        internal static string @KeyMoveToWindowTopDisplayString => GetResourceString("KeyMoveToWindowTopDisplayString");
        /// <summary>Up</summary>
        internal static string @KeyMoveUpByLineDisplayString => GetResourceString("KeyMoveUpByLineDisplayString");
        /// <summary>PageUp</summary>
        internal static string @KeyMoveUpByPageDisplayString => GetResourceString("KeyMoveUpByPageDisplayString");
        /// <summary>Ctrl+Up</summary>
        internal static string @KeyMoveUpByParagraphDisplayString => GetResourceString("KeyMoveUpByParagraphDisplayString");
        /// <summary>Ctrl+Shift+V</summary>
        internal static string @KeyPasteFormatDisplayString => GetResourceString("KeyPasteFormatDisplayString");
        /// <summary>Ctrl+Y</summary>
        internal static string @KeyRedoDisplayString => GetResourceString("KeyRedoDisplayString");
        /// <summary>Ctrl+Shift+R</summary>
        internal static string @KeyRemoveListMarkersDisplayString => GetResourceString("KeyRemoveListMarkersDisplayString");
        /// <summary>Ctrl+Space</summary>
        internal static string @KeyResetFormatDisplayString => GetResourceString("KeyResetFormatDisplayString");
        /// <summary>Ctrl+A</summary>
        internal static string @KeySelectAllDisplayString => GetResourceString("KeySelectAllDisplayString");
        /// <summary>Shift+Down</summary>
        internal static string @KeySelectDownByLineDisplayString => GetResourceString("KeySelectDownByLineDisplayString");
        /// <summary>Shift+PageDown</summary>
        internal static string @KeySelectDownByPageDisplayString => GetResourceString("KeySelectDownByPageDisplayString");
        /// <summary>Ctrl+Shift+Down</summary>
        internal static string @KeySelectDownByParagraphDisplayString => GetResourceString("KeySelectDownByParagraphDisplayString");
        /// <summary>Shift+Left</summary>
        internal static string @KeySelectLeftByCharacterDisplayString => GetResourceString("KeySelectLeftByCharacterDisplayString");
        /// <summary>Ctrl+Shift+Left</summary>
        internal static string @KeySelectLeftByWordDisplayString => GetResourceString("KeySelectLeftByWordDisplayString");
        /// <summary>Shift+Right</summary>
        internal static string @KeySelectRightByCharacterDisplayString => GetResourceString("KeySelectRightByCharacterDisplayString");
        /// <summary>Ctrl+Shift+Right</summary>
        internal static string @KeySelectRightByWordDisplayString => GetResourceString("KeySelectRightByWordDisplayString");
        /// <summary>Alt+Shift+PageDown</summary>
        internal static string @KeySelectToColumnEndDisplayString => GetResourceString("KeySelectToColumnEndDisplayString");
        /// <summary>Alt+Shift+PageUp</summary>
        internal static string @KeySelectToColumnStartDisplayString => GetResourceString("KeySelectToColumnStartDisplayString");
        /// <summary>Ctrl+Shift+End</summary>
        internal static string @KeySelectToDocumentEndDisplayString => GetResourceString("KeySelectToDocumentEndDisplayString");
        /// <summary>Ctrl+Shift+Home</summary>
        internal static string @KeySelectToDocumentStartDisplayString => GetResourceString("KeySelectToDocumentStartDisplayString");
        /// <summary>Shift+End</summary>
        internal static string @KeySelectToLineEndDisplayString => GetResourceString("KeySelectToLineEndDisplayString");
        /// <summary>Shift+Home</summary>
        internal static string @KeySelectToLineStartDisplayString => GetResourceString("KeySelectToLineStartDisplayString");
        /// <summary>Alt+Ctrl+Shift+PageDown</summary>
        internal static string @KeySelectToWindowBottomDisplayString => GetResourceString("KeySelectToWindowBottomDisplayString");
        /// <summary>Alt+Ctrl+Shift+PageUp</summary>
        internal static string @KeySelectToWindowTopDisplayString => GetResourceString("KeySelectToWindowTopDisplayString");
        /// <summary>Shift+Up</summary>
        internal static string @KeySelectUpByLineDisplayString => GetResourceString("KeySelectUpByLineDisplayString");
        /// <summary>Shift+PageUp</summary>
        internal static string @KeySelectUpByPageDisplayString => GetResourceString("KeySelectUpByPageDisplayString");
        /// <summary>Ctrl+Shift+Up</summary>
        internal static string @KeySelectUpByParagraphDisplayString => GetResourceString("KeySelectUpByParagraphDisplayString");
        /// <summary>Shift+Backspace</summary>
        internal static string @KeyShiftBackspaceDisplayString => GetResourceString("KeyShiftBackspaceDisplayString");
        /// <summary>Shift+Delete</summary>
        internal static string @KeyShiftDeleteDisplayString => GetResourceString("KeyShiftDeleteDisplayString");
        /// <summary>Shift+Insert</summary>
        internal static string @KeyShiftInsertDisplayString => GetResourceString("KeyShiftInsertDisplayString");
        /// <summary>Shift+Space</summary>
        internal static string @KeyShiftSpaceDisplayString => GetResourceString("KeyShiftSpaceDisplayString");
        /// <summary>Space</summary>
        internal static string @KeySpaceDisplayString => GetResourceString("KeySpaceDisplayString");
        /// <summary>Alt+Ctrl+Shift+S</summary>
        internal static string @KeySplitCellDisplayString => GetResourceString("KeySplitCellDisplayString");
        /// <summary>Ctrl+M</summary>
        internal static string @KeySwitchViewingModeDisplayString => GetResourceString("KeySwitchViewingModeDisplayString");
        /// <summary>Shift+Tab</summary>
        internal static string @KeyTabBackwardDisplayString => GetResourceString("KeyTabBackwardDisplayString");
        /// <summary>Tab</summary>
        internal static string @KeyTabForwardDisplayString => GetResourceString("KeyTabForwardDisplayString");
        /// <summary>Ctrl+B</summary>
        internal static string @KeyToggleBoldDisplayString => GetResourceString("KeyToggleBoldDisplayString");
        /// <summary>Ctrl+Shift+L</summary>
        internal static string @KeyToggleBulletsDisplayString => GetResourceString("KeyToggleBulletsDisplayString");
        /// <summary>Insert</summary>
        internal static string @KeyToggleInsertDisplayString => GetResourceString("KeyToggleInsertDisplayString");
        /// <summary>Ctrl+I</summary>
        internal static string @KeyToggleItalicDisplayString => GetResourceString("KeyToggleItalicDisplayString");
        /// <summary>Ctrl+Shift+N</summary>
        internal static string @KeyToggleNumberingDisplayString => GetResourceString("KeyToggleNumberingDisplayString");
        /// <summary></summary>
        internal static string @KeyToggleSpellCheck => GetResourceString("KeyToggleSpellCheck");
        /// <summary></summary>
        internal static string @KeyToggleSpellCheckDisplayString => GetResourceString("KeyToggleSpellCheckDisplayString");
        /// <summary>Ctrl+OemPlus</summary>
        internal static string @KeyToggleSubscriptDisplayString => GetResourceString("KeyToggleSubscriptDisplayString");
        /// <summary>Ctrl+Shift+OemPlus</summary>
        internal static string @KeyToggleSuperscriptDisplayString => GetResourceString("KeyToggleSuperscriptDisplayString");
        /// <summary>Ctrl+U</summary>
        internal static string @KeyToggleUnderlineDisplayString => GetResourceString("KeyToggleUnderlineDisplayString");
        /// <summary>Ctrl+Z</summary>
        internal static string @KeyUndoDisplayString => GetResourceString("KeyUndoDisplayString");
        /// <summary>Unsecure component was detected while loading this application. The unsecure assembly was:</summary>
        internal static string @KillBitEnforcedShutdown => GetResourceString("KillBitEnforcedShutdown");
        /// <summary>An internal error was encountered parsing BAML content: known typeIds must be negative.</summary>
        internal static string @KnownTypeIdNegative => GetResourceString("KnownTypeIdNegative");
        /// <summary>'{0}' string cannot be converted to Length.</summary>
        internal static string @LengthFormatError => GetResourceString("LengthFormatError");
        /// <summary>AnchorItem '{0}' does not have a realized container and hence is invalid.</summary>
        internal static string @ListBoxInvalidAnchorItem => GetResourceString("ListBoxInvalidAnchorItem");
        /// <summary>Ctrl+A</summary>
        internal static string @ListBoxSelectAllKeyDisplayString => GetResourceString("ListBoxSelectAllKeyDisplayString");
        /// <summary>Can only call SelectAll when SelectionMode is Multiple or Extended.</summary>
        internal static string @ListBoxSelectAllSelectionMode => GetResourceString("ListBoxSelectAllSelectionMode");
        /// <summary>Select All</summary>
        internal static string @ListBoxSelectAllText => GetResourceString("ListBoxSelectAllText");
        /// <summary>GetListItemIndex is valid only for immediate children of this List element.</summary>
        internal static string @ListElementItemNotAChildOfList => GetResourceString("ListElementItemNotAChildOfList");
        /// <summary>GridViewColumnCollection is read-only now.</summary>
        internal static string @ListView_GridViewColumnCollectionIsReadOnly => GetResourceString("ListView_GridViewColumnCollectionIsReadOnly");
        /// <summary>Cannot add object data other than GridViewColumn type.</summary>
        internal static string @ListView_IllegalChildrenType => GetResourceString("ListView_IllegalChildrenType");
        /// <summary>'{0}' does not have a parameterless constructor. GridViewHeaderRowPresenter needs the constructor to create a floating header during column reorder operation.</summary>
        internal static string @ListView_MissingParameterlessConstructor => GetResourceString("ListView_MissingParameterlessConstructor");
        /// <summary>Sharing GridViewColumn among multiple GridViewColumnCollections or adding the same GridViewColumn into one GridViewColumnCollection more than once is not allowed.</summary>
        internal static string @ListView_NotAllowShareColumnToTwoColumnCollection => GetResourceString("ListView_NotAllowShareColumnToTwoColumnCollection");
        /// <summary>View can't be shared by more than one ListView.</summary>
        internal static string @ListView_ViewCannotBeShared => GetResourceString("ListView_ViewCannotBeShared");
        /// <summary>Logical tree depth exceeded while traversing the tree. This could indicate a cycle in the tree.</summary>
        internal static string @LogicalTreeLoop => GetResourceString("LogicalTreeLoop");
        /// <summary>Loop detected in markup page '{0}'.</summary>
        internal static string @LoopDetected => GetResourceString("LoopDetected");
        /// <summary>'{0}' StaticExtension value cannot be resolved to an enumeration, static field, or static property.</summary>
        internal static string @MarkupExtensionBadStatic => GetResourceString("MarkupExtensionBadStatic");
        /// <summary>A '{0}' cannot be used within a '{1}' collection. A '{0}' can only be set on a DependencyProperty of a DependencyObject.</summary>
        internal static string @MarkupExtensionDynamicOrBindingInCollection => GetResourceString("MarkupExtensionDynamicOrBindingInCollection");
        /// <summary>A '{0}' cannot be set on the '{1}' property of type '{2}'. A '{0}' can only be set on a DependencyProperty of a DependencyObject.</summary>
        internal static string @MarkupExtensionDynamicOrBindingOnClrProp => GetResourceString("MarkupExtensionDynamicOrBindingOnClrProp");
        /// <summary>Markup extension '{0}' requires '{1}' be implemented in the IServiceProvider for ProvideValue.</summary>
        internal static string @MarkupExtensionNoContext => GetResourceString("MarkupExtensionNoContext");
        /// <summary>TemplateBinding markup extension must have Property set before ProvideValue can be called.</summary>
        internal static string @MarkupExtensionProperty => GetResourceString("MarkupExtensionProperty");
        /// <summary>Resource markup extension must have ResourceKey property set before ProvideValue can be called.</summary>
        internal static string @MarkupExtensionResourceKey => GetResourceString("MarkupExtensionResourceKey");
        /// <summary>'{0}' resource not found.</summary>
        internal static string @MarkupExtensionResourceNotFound => GetResourceString("MarkupExtensionResourceNotFound");
        /// <summary>StaticExtension must have Member property set before ProvideValue can be called.</summary>
        internal static string @MarkupExtensionStaticMember => GetResourceString("MarkupExtensionStaticMember");
        /// <summary>Cannot serialize a generic type '{0}'.</summary>
        internal static string @MarkupWriter_CannotSerializeGenerictype => GetResourceString("MarkupWriter_CannotSerializeGenerictype");
        /// <summary>Cannot serialize a nested public type '{0}'.</summary>
        internal static string @MarkupWriter_CannotSerializeNestedPublictype => GetResourceString("MarkupWriter_CannotSerializeNestedPublictype");
        /// <summary>Cannot serialize a non-public type '{0}'.</summary>
        internal static string @MarkupWriter_CannotSerializeNonPublictype => GetResourceString("MarkupWriter_CannotSerializeNonPublictype");
        /// <summary>Maximum StickyNoteControl size has been exceeded.</summary>
        internal static string @MaximumNoteSizeExceeded => GetResourceString("MaximumNoteSizeExceeded");
        /// <summary>'{0}' maxLength value exceeds array character capacity with length '{1}' and startIndex '{2}'.</summary>
        internal static string @MaxLengthExceedsBufferSize => GetResourceString("MaxLengthExceedsBufferSize");
        /// <summary>Cannot call method while measure is in progress.</summary>
        internal static string @MeasureReentrancyInvalid => GetResourceString("MeasureReentrancyInvalid");
        /// <summary>Cannot set source on MediaElement driven by clock.</summary>
        internal static string @MediaElement_CannotSetSourceOnMediaElementDrivenByClock => GetResourceString("MediaElement_CannotSetSourceOnMediaElementDrivenByClock");
        /// <summary>'{0}' is not allowed during an AddNew or EditItem transaction.</summary>
        internal static string @MemberNotAllowedDuringAddOrEdit => GetResourceString("MemberNotAllowedDuringAddOrEdit");
        /// <summary>'{0}' is not allowed during a transaction begun by '{1}'.</summary>
        internal static string @MemberNotAllowedDuringTransaction => GetResourceString("MemberNotAllowedDuringTransaction");
        /// <summary>'{0}' is not allowed for this view.</summary>
        internal static string @MemberNotAllowedForView => GetResourceString("MemberNotAllowedForView");
        /// <summary>AnnotationHighlightLayer was removed.</summary>
        internal static string @MissingAnnotationHighlightLayer => GetResourceString("MissingAnnotationHighlightLayer");
        /// <summary>Cannot bind properties of ContentPresenter because there is no property named '{0}' on type '{1}'.</summary>
        internal static string @MissingContentSource => GetResourceString("MissingContentSource");
        /// <summary>Missing '{0}' in URI {1}.</summary>
        internal static string @MissingTagInNamespace => GetResourceString("MissingTagInNamespace");
        /// <summary>Property can not be null on Trigger.</summary>
        internal static string @MissingTriggerProperty => GetResourceString("MissingTriggerProperty");
        /// <summary>Cannot find converter.</summary>
        internal static string @MissingValueConverter => GetResourceString("MissingValueConverter");
        /// <summary>Last modification time cannot be earlier than creation time.</summary>
        internal static string @ModificationEarlierThanCreation => GetResourceString("ModificationEarlierThanCreation");
        /// <summary>'{0}' is not a valid value for '{1}'; values derived from Visual or ContentElement are not supported.</summary>
        internal static string @ModifyingLogicalTreeViaStylesNotImplemented => GetResourceString("ModifyingLogicalTreeViaStylesNotImplemented");
        /// <summary>Component cannot have more than one AttachedAnnotation.</summary>
        internal static string @MoreThanOneAttachedAnnotation => GetResourceString("MoreThanOneAttachedAnnotation");
        /// <summary>Container has more than one Starting Part relationship.</summary>
        internal static string @MoreThanOneStartingParts => GetResourceString("MoreThanOneStartingParts");
        /// <summary>Cannot move an item in a selection when selection is in progress.</summary>
        internal static string @MoveInDeferSelectionActive => GetResourceString("MoveInDeferSelectionActive");
        /// <summary>Cannot set MultiBinding because MultiValueConverter must be specified.</summary>
        internal static string @MultiBindingHasNoConverter => GetResourceString("MultiBindingHasNoConverter");
        /// <summary>Matched multiple loaded assemblies with short name {0}.</summary>
        internal static string @MultipleAssemblyMatches => GetResourceString("MultipleAssemblyMatches");
        /// <summary>Can only call SelectAll when CanSelectMultipleItems is true.</summary>
        internal static string @MultiSelectorSelectAll => GetResourceString("MultiSelectorSelectAll");
        /// <summary>Cannot create more than one System.Windows.Application instance in the same AppDomain.</summary>
        internal static string @MultiSingleton => GetResourceString("MultiSingleton");
        /// <summary>This type of CollectionView does not support changes to its SourceCollection from a thread different from the Dispatcher thread.</summary>
        internal static string @MultiThreadedCollectionChangeNotSupported => GetResourceString("MultiThreadedCollectionChangeNotSupported");
        /// <summary>Can only base on a Style with target type that is base type '{0}'.</summary>
        internal static string @MustBaseOnStyleOfABaseType => GetResourceString("MustBaseOnStyleOfABaseType");
        /// <summary>The ConditionCollection can hold only an instance of Condition or a derived type.</summary>
        internal static string @MustBeCondition => GetResourceString("MustBeCondition");
        /// <summary>'{0}' type must derive from FrameworkElement or FrameworkContentElement.</summary>
        internal static string @MustBeFrameworkDerived => GetResourceString("MustBeFrameworkDerived");
        /// <summary>'{0}' type must derive from FrameworkElement, FrameworkContentElement, or Visual3D.</summary>
        internal static string @MustBeFrameworkOr3DDerived => GetResourceString("MustBeFrameworkOr3DDerived");
        /// <summary>'{0}' must be of type '{1}'.</summary>
        internal static string @MustBeOfType => GetResourceString("MustBeOfType");
        /// <summary>The given object must be an instance of TriggerAction or a derived type.</summary>
        internal static string @MustBeTriggerAction => GetResourceString("MustBeTriggerAction");
        /// <summary>'{0}' is not a valid type for DataTemplate.DataType; it must be String or Type.</summary>
        internal static string @MustBeTypeOrString => GetResourceString("MustBeTypeOrString");
        /// <summary>RequestNavigateEventArgs.OriginalSource must implement '{1}'.</summary>
        internal static string @MustImplementIUriContext => GetResourceString("MustImplementIUriContext");
        /// <summary>ControlTemplate must be associated with a Control by setting the Control.Template property before it is used to template that Control.</summary>
        internal static string @MustNotTemplateUnassociatedControl => GetResourceString("MustNotTemplateUnassociatedControl");
        /// <summary>WindowStyle.None is the only valid value for WindowStyle when AllowsTransparency is true.</summary>
        internal static string @MustUseWindowStyleNone => GetResourceString("MustUseWindowStyleNone");
        /// <summary>'{0}' is not a type derived from FrameworkElement.</summary>
        internal static string @NamedObjectMustBeFrameworkElement => GetResourceString("NamedObjectMustBeFrameworkElement");
        /// <summary>Name cannot be an empty string.</summary>
        internal static string @NameNotEmptyString => GetResourceString("NameNotEmptyString");
        /// <summary>Child with Name '{0}' not found in VisualTree.</summary>
        internal static string @NameNotFound => GetResourceString("NameNotFound");
        /// <summary>Cannot register duplicate Name '{0}' in this scope.</summary>
        internal static string @NameScopeDuplicateNamesNotAllowed => GetResourceString("NameScopeDuplicateNamesNotAllowed");
        /// <summary>'{0}' name is not valid for identifier.</summary>
        internal static string @NameScopeInvalidIdentifierName => GetResourceString("NameScopeInvalidIdentifierName");
        /// <summary>Name cannot be an empty string.</summary>
        internal static string @NameScopeNameNotEmptyString => GetResourceString("NameScopeNameNotEmptyString");
        /// <summary>'{0}' Name is not found.</summary>
        internal static string @NameScopeNameNotFound => GetResourceString("NameScopeNameNotFound");
        /// <summary>No NameScope found to {1} the Name '{0}'.</summary>
        internal static string @NameScopeNotFound => GetResourceString("NameScopeNotFound");
        /// <summary>Names not supported under ResourceDictionary scope.</summary>
        internal static string @NamesNotSupportedInsideResourceDictionary => GetResourceString("NamesNotSupportedInsideResourceDictionary");
        /// <summary>Current Page</summary>
        internal static string @NavWindowMenuCurrentPage => GetResourceString("NavWindowMenuCurrentPage");
        /// <summary>The object type is not visible to COM. You need to set ComVisibleAttribute attribute to True.</summary>
        internal static string @NeedToBeComVisible => GetResourceString("NeedToBeComVisible");
        /// <summary>'{0}' parameter cannot have a value less than zero.</summary>
        internal static string @NegativeValue => GetResourceString("NegativeValue");
        /// <summary>Cannot have nested BeginInit calls on the same instance.</summary>
        internal static string @NestedBeginInitNotSupported => GetResourceString("NestedBeginInitNotSupported");
        /// <summary>Cannot add content to a NavigationWindow in markup.</summary>
        internal static string @NoAddChild => GetResourceString("NoAddChild");
        /// <summary>There is no AttachedAnnotation to modify.</summary>
        internal static string @NoAttachedAnnotationToModify => GetResourceString("NoAttachedAnnotationToModify");
        /// <summary>Cannot navigate because there is no entry in the Back stack of the journal.</summary>
        internal static string @NoBackEntry => GetResourceString("NoBackEntry");
        /// <summary>Cannot change or check the contents or Current position of CollectionView while Refresh is being deferred.</summary>
        internal static string @NoCheckOrChangeWhenDeferred => GetResourceString("NoCheckOrChangeWhenDeferred");
        /// <summary>FrameworkPropertyMetadata.DefaultUpdateSourceTrigger cannot be set to UpdateSourceTrigger.Default; this would create a circular definition.</summary>
        internal static string @NoDefaultUpdateSourceTrigger => GetResourceString("NoDefaultUpdateSourceTrigger");
        /// <summary>No text element exists at the specified position.</summary>
        internal static string @NoElement => GetResourceString("NoElement");
        /// <summary>No element is adjacent to this TextPointer in the specified direction.</summary>
        internal static string @NoElementObject => GetResourceString("NoElementObject");
        /// <summary>Cannot navigate because there is no entry in the Forward stack of the journal.</summary>
        internal static string @NoForwardEntry => GetResourceString("NoForwardEntry");
        /// <summary>WeakEventManager supports only delegates with one target.</summary>
        internal static string @NoMulticastHandlers => GetResourceString("NoMulticastHandlers");
        /// <summary>Nonstandard exception occurred while activating the application.</summary>
        internal static string @NonClsActivationException => GetResourceString("NonClsActivationException");
        /// <summary>Unknown exception during '{0}'.</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>Unsupported URI syntax. Method expects a relative URI or a pack://siteoforigin:,,,/ form of absolute URI.</summary>
        internal static string @NonPackSooAbsoluteUriNotAllowed => GetResourceString("NonPackSooAbsoluteUriNotAllowed");
        /// <summary>'{0}' text cannot be added because text is not valid in this element.</summary>
        internal static string @NonWhiteSpaceInAddText => GetResourceString("NonWhiteSpaceInAddText");
        /// <summary>Cannot find presentation context for element '{0}'.</summary>
        internal static string @NoPresentationContextForGivenElement => GetResourceString("NoPresentationContextForGivenElement");
        /// <summary>Must register SelectionProcessor for selection type '{0}'.</summary>
        internal static string @NoProcessorForSelectionType => GetResourceString("NoProcessorForSelectionType");
        /// <summary>'{0}' has no scoping text element.</summary>
        internal static string @NoScopingElement => GetResourceString("NoScopingElement");
        /// <summary>Cannot call DragMove or Activate before a Window is shown.</summary>
        internal static string @NotAllowedBeforeShow => GetResourceString("NotAllowedBeforeShow");
        /// <summary>'{0}' annotation type is not valid, only Highlights are supported.</summary>
        internal static string @NotHighlightAnnotationType => GetResourceString("NotHighlightAnnotationType");
        /// <summary>'{0}' is not in the TextContainer associated with this object.</summary>
        internal static string @NotInAssociatedContainer => GetResourceString("NotInAssociatedContainer");
        /// <summary>TextPointer is not in the TextTree associated with this object.</summary>
        internal static string @NotInAssociatedTree => GetResourceString("NotInAssociatedTree");
        /// <summary>'{0}' is not in this document.</summary>
        internal static string @NotInThisTree => GetResourceString("NotInThisTree");
        /// <summary>This annotation component does not support the ModifyAttachedAnnotation API.</summary>
        internal static string @NotSupported => GetResourceString("NotSupported");
        /// <summary>Cannot perform this operation when hosted in browser.</summary>
        internal static string @NotSupportedInBrowser => GetResourceString("NotSupportedInBrowser");
        /// <summary>Cannot set UpdateSourceTrigger on inner Binding of MultiBinding. Only the default Immediate UpdateSourceTrigger is valid.</summary>
        internal static string @NoUpdateSourceTriggerForInnerBindingOfMultiBinding => GetResourceString("NoUpdateSourceTriggerForInnerBindingOfMultiBinding");
        /// <summary>Non-null parent node expected. BAML stream might be corrupted.</summary>
        internal static string @NullParentNode => GetResourceString("NullParentNode");
        /// <summary>Must have non-null value for '{0}'.</summary>
        internal static string @NullPropertyIllegal => GetResourceString("NullPropertyIllegal");
        /// <summary>Must have non-null type.</summary>
        internal static string @NullTypeIllegal => GetResourceString("NullTypeIllegal");
        /// <summary>null URI in supported namespaces list.</summary>
        internal static string @NullUri => GetResourceString("NullUri");
        /// <summary>ObjectDataProvider can only be assigned an ObjectType or an ObjectInstance, not both.</summary>
        internal static string @ObjectDataProviderCanHaveOnlyOneSource => GetResourceString("ObjectDataProviderCanHaveOnlyOneSource");
        /// <summary>ObjectDataProvider needs either an ObjectType or ObjectInstance.</summary>
        internal static string @ObjectDataProviderHasNoSource => GetResourceString("ObjectDataProviderHasNoSource");
        /// <summary>Unknown exception while creating type '{0}' for ObjectDataProvider.</summary>
        internal static string @ObjectDataProviderNonCLSException => GetResourceString("ObjectDataProviderNonCLSException");
        /// <summary>Unknown exception while invoking method '{0}' on type '{1}' for ObjectDataProvider.</summary>
        internal static string @ObjectDataProviderNonCLSExceptionInvoke => GetResourceString("ObjectDataProviderNonCLSExceptionInvoke");
        /// <summary>ConstructorParameters cannot be changed because ObjectDataProvider is using user-assigned ObjectInstance.</summary>
        internal static string @ObjectDataProviderParameterCollectionIsNotInUse => GetResourceString("ObjectDataProviderParameterCollectionIsNotInUse");
        /// <summary>Cannot access a closed store.</summary>
        internal static string @ObjectDisposed_StoreClosed => GetResourceString("ObjectDisposed_StoreClosed");
        /// <summary>Only FlowDocument and FixedDocument are supported DocumentPaginators.</summary>
        internal static string @OnlyFlowAndFixedSupported => GetResourceString("OnlyFlowAndFixedSupported");
        /// <summary>AnnotationService supports only FlowDocument and FixedDocument.</summary>
        internal static string @OnlyFlowFixedSupported => GetResourceString("OnlyFlowFixedSupported");
        /// <summary>VirtualizationCacheLength of Unit 'Page' is not a valid value for IHierarchicalVirtualizationAndScrollInfo.ConstraintCacheSizeAfter/BeforeViewport property.</summary>
        internal static string @PageCacheSizeNotAllowed => GetResourceString("PageCacheSizeNotAllowed");
        /// <summary>Page can have only one child.</summary>
        internal static string @PageCannotHaveMultipleContent => GetResourceString("PageCannotHaveMultipleContent");
        /// <summary>Cannot find PageContent.Source.</summary>
        internal static string @PageContentNotFound => GetResourceString("PageContentNotFound");
        /// <summary>PageContent.Source references an unrecognized type of page stream.</summary>
        internal static string @PageContentUnsupportedMimeType => GetResourceString("PageContentUnsupportedMimeType");
        /// <summary>PageContent can reference only FixedPage stream. The current stream is type '{0}'.</summary>
        internal static string @PageContentUnsupportedPageType => GetResourceString("PageContentUnsupportedPageType");
        /// <summary>Panel must have IsItemsHost set to true.</summary>
        internal static string @PanelIsNotItemsHost => GetResourceString("PanelIsNotItemsHost");
        /// <summary>Cannot explicitly modify Children collection of Panel used as ItemsPanel for ItemsControl. ItemsControl generates child elements for Panel.</summary>
        internal static string @Panel_BoundPanel_NoChildren => GetResourceString("Panel_BoundPanel_NoChildren");
        /// <summary>A panel with IsItemsHost="true" is not nested in an ItemsControl. Panel must be nested in ItemsControl to get and show items.</summary>
        internal static string @Panel_ItemsControlNotFound => GetResourceString("Panel_ItemsControlNotFound");
        /// <summary>Children of '{0}' cannot be null. Object derived from UIElement expected.</summary>
        internal static string @Panel_NoNullChildren => GetResourceString("Panel_NoNullChildren");
        /// <summary>'{0}' must be provided when instantiating '{1}'.</summary>
        internal static string @Panel_NoNullVisualParent => GetResourceString("Panel_NoNullVisualParent");
        /// <summary>Parameter must be FrameworkElement or FrameworkContentElement.</summary>
        internal static string @ParameterMustBeLogicalNode => GetResourceString("ParameterMustBeLogicalNode");
        /// <summary>Page can have only Window or Frame as parent.</summary>
        internal static string @ParentOfPageMustBeWindowOrFrame => GetResourceString("ParentOfPageMustBeWindowOrFrame");
        /// <summary>TypeConverter syntax error encountered while processing initialization string '{0}'. Cannot have property elements on objects created via TypeConverter.</summary>
        internal static string @ParserAbandonedTypeConverterText => GetResourceString("ParserAbandonedTypeConverterText");
        /// <summary>AsyncRecords attribute must be on the root tag.</summary>
        internal static string @ParserAsyncOnRoot => GetResourceString("ParserAsyncOnRoot");
        /// <summary>'{0}' attached property is not defined on '{1}' or one of its base classes.</summary>
        internal static string @ParserAttachedPropInheritError => GetResourceString("ParserAttachedPropInheritError");
        /// <summary>'{0}' requires more attributes.</summary>
        internal static string @ParserAttributeArgsLow => GetResourceString("ParserAttributeArgsLow");
        /// <summary>'{0}' property must be in default namespace or in element namespace '{1}'.</summary>
        internal static string @ParserAttributeNamespaceMisMatch => GetResourceString("ParserAttributeNamespaceMisMatch");
        /// <summary>Empty assemblyName is not valid for Mapper.SetAssemblyPath.</summary>
        internal static string @ParserBadAssemblyName => GetResourceString("ParserBadAssemblyName");
        /// <summary>Empty assemblyPath is not valid for Mapper.SetAssemblyPath.</summary>
        internal static string @ParserBadAssemblyPath => GetResourceString("ParserBadAssemblyPath");
        /// <summary>'{0}' type element cannot be set on complex property '{1}'. They are not compatible types.</summary>
        internal static string @ParserBadChild => GetResourceString("ParserBadChild");
        /// <summary>Cannot find public constructor for '{0}' that takes '{1}' arguments.</summary>
        internal static string @ParserBadConstructorParams => GetResourceString("ParserBadConstructorParams");
        /// <summary>XAML stream is not encoded using Unicode or UTF8. These are the only valid XAML text encoding formats.</summary>
        internal static string @ParserBadEncoding => GetResourceString("ParserBadEncoding");
        /// <summary>Key for dictionary cannot be type '{0}'. Only String, TypeExtension, and StaticExtension are valid.</summary>
        internal static string @ParserBadKey => GetResourceString("ParserBadKey");
        /// <summary>'{0}' member is not valid because it does not have a qualifying type name.</summary>
        internal static string @ParserBadMemberReference => GetResourceString("ParserBadMemberReference");
        /// <summary>'{0}' value for Name property is not valid. Name must start with a letter or an underscore and can contain only letters, digits, or underscores.</summary>
        internal static string @ParserBadName => GetResourceString("ParserBadName");
        /// <summary>'{0}' property cannot be set to object of type '{2}' because it is of incompatible type Nullable&lt;{1}&gt;.</summary>
        internal static string @ParserBadNullableType => GetResourceString("ParserBadNullableType");
        /// <summary>Cannot convert string value '{0}' to type '{1}'.</summary>
        internal static string @ParserBadString => GetResourceString("ParserBadString");
        /// <summary>Unrecognized SynchronousMode. Valid values are 'Async' and 'Sync' and are case sensitive.</summary>
        internal static string @ParserBadSyncMode => GetResourceString("ParserBadSyncMode");
        /// <summary>'{1}' type object being added to array property is not expected type '{0}'.</summary>
        internal static string @ParserBadTypeInArrayProperty => GetResourceString("ParserBadTypeInArrayProperty");
        /// <summary>Markup extensions are not allowed for Uid or Name property values, so '{0}' is not valid.</summary>
        internal static string @ParserBadUidOrNameME => GetResourceString("ParserBadUidOrNameME");
        /// <summary>Events are not supported in BAML files. '{0}' event handler is not valid.</summary>
        internal static string @ParserBamlEvent => GetResourceString("ParserBamlEvent");
        /// <summary>Version mismatch. BAML stream has version number '{0}' but parser can read only version '{1}'.</summary>
        internal static string @ParserBamlVersion => GetResourceString("ParserBamlVersion");
        /// <summary>Cannot add content to an object of type '{0}'.</summary>
        internal static string @ParserCannotAddAnyChildren => GetResourceString("ParserCannotAddAnyChildren");
        /// <summary>Cannot add content of type '{1}' to an object of type '{0}'.</summary>
        internal static string @ParserCannotAddAnyChildren2 => GetResourceString("ParserCannotAddAnyChildren2");
        /// <summary>'{0}' object cannot be added to '{1}'.</summary>
        internal static string @ParserCannotAddChild => GetResourceString("ParserCannotAddChild");
        /// <summary>Cannot convert the string '{0}' into a '{1}' object.</summary>
        internal static string @ParserCannotConvertInitializationText => GetResourceString("ParserCannotConvertInitializationText");
        /// <summary>Cannot convert the value in attribute '{0}' to object of type '{1}'.</summary>
        internal static string @ParserCannotConvertPropertyValue => GetResourceString("ParserCannotConvertPropertyValue");
        /// <summary>Cannot convert string '{0}' in attribute '{1}' to object of type '{2}'.</summary>
        internal static string @ParserCannotConvertPropertyValueString => GetResourceString("ParserCannotConvertPropertyValueString");
        /// <summary>'{0}' string cannot be converted to object of type '{1}'.</summary>
        internal static string @ParserCannotConvertString => GetResourceString("ParserCannotConvertString");
        /// <summary>The XamlReader instance is in use, so it cannot be used for another load operation.</summary>
        internal static string @ParserCannotReuseXamlReader => GetResourceString("ParserCannotReuseXamlReader");
        /// <summary>'{2}' value cannot be assigned to property '{1}' of object '{0}'.</summary>
        internal static string @ParserCannotSetValue => GetResourceString("ParserCannotSetValue");
        /// <summary>'{0}' already has a child and cannot add '{1}'. '{0}' can accept only one child.</summary>
        internal static string @ParserCanOnlyHaveOneChild => GetResourceString("ParserCanOnlyHaveOneChild");
        /// <summary>Cannot create event delegate '{0}' for handler method '{1}'. '{0}' has incorrect access level or its assembly does not allow access.</summary>
        internal static string @ParserCantCreateDelegate => GetResourceString("ParserCantCreateDelegate");
        /// <summary>Cannot create instance for type '{0}'. Type must be public and have a public default constructor.</summary>
        internal static string @ParserCantCreateInstanceType => GetResourceString("ParserCantCreateInstanceType");
        /// <summary>A property of type '{0}' cannot be created from the string '{1}'.</summary>
        internal static string @ParserCantCreateTextComplexProp => GetResourceString("ParserCantCreateTextComplexProp");
        /// <summary>Cannot find DependencyProperty or PropertyInfo for property named '{0}'. Property names are case sensitive.</summary>
        internal static string @ParserCantGetDPOrPi => GetResourceString("ParserCantGetDPOrPi");
        /// <summary>'{0}' is a read only property of type IList or IDictionary and cannot be set as it does not have an accessible get accessor.</summary>
        internal static string @ParserCantGetProperty => GetResourceString("ParserCantGetProperty");
        /// <summary>{0} '{1}' cannot be set because it does not have an accessible {2} accessor.</summary>
        internal static string @ParserCantSetAttribute => GetResourceString("ParserCantSetAttribute");
        /// <summary>Cannot set content property '{0}' on element '{1}'. '{0}' has incorrect access level or its assembly does not allow access.</summary>
        internal static string @ParserCantSetContentProperty => GetResourceString("ParserCantSetContentProperty");
        /// <summary>'{0}' cannot be set as the value of a Trigger's Property attribute because it does not have a public get accessor.</summary>
        internal static string @ParserCantSetTriggerCondition => GetResourceString("ParserCantSetTriggerCondition");
        /// <summary>Cannot have two new namespaces compatible with the same old namespace using an XmlnsCompatibility attribute. '{0}' namespace is already marked compatible with '{1}'.</summary>
        internal static string @ParserCompatDuplicate => GetResourceString("ParserCompatDuplicate");
        /// <summary>Property elements cannot be in the middle of an element's content. They must be before or after the content.</summary>
        internal static string @ParserContentMustBeContiguous => GetResourceString("ParserContentMustBeContiguous");
        /// <summary>The Element type '{0}' does not have an associated TypeConverter to parse the string '{1}'.</summary>
        internal static string @ParserDefaultConverterElement => GetResourceString("ParserDefaultConverterElement");
        /// <summary>The property '{1}' has type '{0}' and does not have an associated TypeConverter to parse the string '{2}'.</summary>
        internal static string @ParserDefaultConverterProperty => GetResourceString("ParserDefaultConverterProperty");
        /// <summary>Cannot defer loaded content when loading from asynchronous BAML stream.</summary>
        internal static string @ParserDeferContentAsync => GetResourceString("ParserDeferContentAsync");
        /// <summary>Shared attribute in namespace 'http://schemas.microsoft.com/winfx/2006/xaml' can be used only in compiled resource dictionaries.</summary>
        internal static string @ParserDefSharedOnlyInCompiled => GetResourceString("ParserDefSharedOnlyInCompiled");
        /// <summary>The 'http://schemas.microsoft.com/winfx/2006/xaml' Namespace tag named '{0}' is not valid. Try compiling the XAML.</summary>
        internal static string @ParserDefTag => GetResourceString("ParserDefTag");
        /// <summary>Cannot modify data in sealed XmlnsDictionary.</summary>
        internal static string @ParserDictionarySealed => GetResourceString("ParserDictionarySealed");
        /// <summary>'{0}' dictionary key is already used. Key attributes must be unique.</summary>
        internal static string @ParserDupDictionaryKey => GetResourceString("ParserDupDictionaryKey");
        /// <summary>'{0}' property is already set on this markup extension and cannot be duplicated.</summary>
        internal static string @ParserDuplicateMarkupExtensionProperty => GetResourceString("ParserDuplicateMarkupExtensionProperty");
        /// <summary>'{0}' property has already been set and can be set only once.</summary>
        internal static string @ParserDuplicateProperty1 => GetResourceString("ParserDuplicateProperty1");
        /// <summary>'{0}' and '{1}' properties refer to the same property. Duplicate property settings are not allowed.</summary>
        internal static string @ParserDuplicateProperty2 => GetResourceString("ParserDuplicateProperty2");
        /// <summary>'{0}' property element cannot be empty. It must contain child elements or text.</summary>
        internal static string @ParserEmptyComplexProp => GetResourceString("ParserEmptyComplexProp");
        /// <summary>Unrecognized EntityReference &amp;{0};.</summary>
        internal static string @ParserEntityReference => GetResourceString("ParserEntityReference");
        /// <summary>Error in markup file '{0}'.</summary>
        internal static string @ParserErrorContext_File => GetResourceString("ParserErrorContext_File");
        /// <summary>Error in markup file '{0}' Line {1} Position {2}.</summary>
        internal static string @ParserErrorContext_File_Line => GetResourceString("ParserErrorContext_File_Line");
        /// <summary>Error at Line {0} Position {1}.</summary>
        internal static string @ParserErrorContext_Line => GetResourceString("ParserErrorContext_Line");
        /// <summary>Error at object '{0}'.</summary>
        internal static string @ParserErrorContext_Type => GetResourceString("ParserErrorContext_Type");
        /// <summary>Error at object '{0}' in markup file '{1}'.</summary>
        internal static string @ParserErrorContext_Type_File => GetResourceString("ParserErrorContext_Type_File");
        /// <summary>Error at object '{0}' in markup file '{1}' Line {2} Position {3}.</summary>
        internal static string @ParserErrorContext_Type_File_Line => GetResourceString("ParserErrorContext_Type_File_Line");
        /// <summary>Error at object '{0}', Line {1} Position {2}.</summary>
        internal static string @ParserErrorContext_Type_Line => GetResourceString("ParserErrorContext_Type_Line");
        /// <summary>Cannot create instance of '{0}' defined in assembly '{1}'.</summary>
        internal static string @ParserErrorCreatingInstance => GetResourceString("ParserErrorCreatingInstance");
        /// <summary>'{1}' string is not a valid value for '{0}' property of type '{2}'.</summary>
        internal static string @ParserErrorParsingAttrib => GetResourceString("ParserErrorParsingAttrib");
        /// <summary>'{1}' string cannot be set on '{0}' property. Consider using TypeExtension for '{1}'.</summary>
        internal static string @ParserErrorParsingAttribType => GetResourceString("ParserErrorParsingAttribType");
        /// <summary>Cannot access the delegate type '{0}' for the '{1}' event. '{0}' has incorrect access level or its assembly does not allow access.</summary>
        internal static string @ParserEventDelegateTypeNotAccessible => GetResourceString("ParserEventDelegateTypeNotAccessible");
        /// <summary>Failed object initialization (ISupportInitialize.EndInit).</summary>
        internal static string @ParserFailedEndInit => GetResourceString("ParserFailedEndInit");
        /// <summary>The type '{0}' failed construction.</summary>
        internal static string @ParserFailedToCreateFromConstructor => GetResourceString("ParserFailedToCreateFromConstructor");
        /// <summary>Cannot find type '{0}'. The assembly used when compiling might be different than that used when loading and the type is missing.</summary>
        internal static string @ParserFailFindType => GetResourceString("ParserFailFindType");
        /// <summary>Cannot change xmlns prefix of 'xaml' namespace within this scope.</summary>
        internal static string @ParserFilterXmlReaderNoDefinitionPrefixChangeAllowed => GetResourceString("ParserFilterXmlReaderNoDefinitionPrefixChangeAllowed");
        /// <summary>Index-based access to attributes is not allowed. Access by name or use MoveToFirstAttribute or MoveToNextAttribute.</summary>
        internal static string @ParserFilterXmlReaderNoIndexAttributeAccess => GetResourceString("ParserFilterXmlReaderNoIndexAttributeAccess");
        /// <summary>'{0}' does not support text children, so '{1}' cannot be added.</summary>
        internal static string @ParserIAddChildText => GetResourceString("ParserIAddChildText");
        /// <summary>'{0}' is a read-only IEnumerable property, so '{1}' must implement IAddChild.</summary>
        internal static string @ParserIEnumerableIAddChild => GetResourceString("ParserIEnumerableIAddChild");
        /// <summary>Invalid ContentPropertyAttribute on type '{0}', property '{1}' not found.</summary>
        internal static string @ParserInvalidContentPropertyAttribute => GetResourceString("ParserInvalidContentPropertyAttribute");
        /// <summary>'{0}' name is not valid for identifier.</summary>
        internal static string @ParserInvalidIdentifierName => GetResourceString("ParserInvalidIdentifierName");
        /// <summary>Cannot find the static member '{0}' on the type '{1}'.</summary>
        internal static string @ParserInvalidStaticMember => GetResourceString("ParserInvalidStaticMember");
        /// <summary>Cannot set '{0}' attribute in '{1}' element used as an explicit tag of dictionary-type property '{2}'.</summary>
        internal static string @ParserKeyOnExplicitDictionary => GetResourceString("ParserKeyOnExplicitDictionary");
        /// <summary>Keys and values in XmlnsDictionary must be strings.</summary>
        internal static string @ParserKeysAreStrings => GetResourceString("ParserKeysAreStrings");
        /// <summary>Line '{0}' Position '{1}'.</summary>
        internal static string @ParserLineAndOffset => GetResourceString("ParserLineAndOffset");
        /// <summary>Cannot find assembly information referred to in Mapping instruction. BAML stream might be corrupted or BAML version is incompatible with this version of parser.</summary>
        internal static string @ParserMapPIMissingAssembly => GetResourceString("ParserMapPIMissingAssembly");
        /// <summary>Missing XmlNamespace, Assembly, or ClrNamespace in Mapping instruction.</summary>
        internal static string @ParserMapPIMissingKey => GetResourceString("ParserMapPIMissingKey");
        /// <summary>Mapping URI '{0}' is not valid.</summary>
        internal static string @ParserMappingUriInvalid => GetResourceString("ParserMappingUriInvalid");
        /// <summary>Format is not valid for markup extension that specifies constructor arguments in '{0}'.</summary>
        internal static string @ParserMarkupExtensionBadConstructorParam => GetResourceString("ParserMarkupExtensionBadConstructorParam");
        /// <summary>Arguments '{0}' are not valid. Markup extensions require one equal sign between name and value, and one comma between constructor parameters and name/value pairs.</summary>
        internal static string @ParserMarkupExtensionBadDelimiter => GetResourceString("ParserMarkupExtensionBadDelimiter");
        /// <summary>Arguments '{0}' are not valid. Markup extensions require only spaces between the markup extension name and the first parameter. A comma or equal sign is not allowed before the first parameter.</summary>
        internal static string @ParserMarkupExtensionDelimiterBeforeFirstAttribute => GetResourceString("ParserMarkupExtensionDelimiterBeforeFirstAttribute");
        /// <summary>Encountered a closing BracketCharacter '{0}' at Line Number '{1}' and Line Position '{2}' without a corresponding opening BracketCharacter.</summary>
        internal static string @ParserMarkupExtensionInvalidClosingBracketCharacers => GetResourceString("ParserMarkupExtensionInvalidClosingBracketCharacers");
        /// <summary>BracketCharacter '{0}' at Line Number '{1}' and Line Position '{2}' does not have a corresponding opening/closing BracketCharacter.</summary>
        internal static string @ParserMarkupExtensionMalformedBracketCharacers => GetResourceString("ParserMarkupExtensionMalformedBracketCharacers");
        /// <summary>Markup extension expressions must end with '{0}'.</summary>
        internal static string @ParserMarkupExtensionNoEndCurlie => GetResourceString("ParserMarkupExtensionNoEndCurlie");
        /// <summary>Name/value pairs in markup extensions must have the format 'Name = Value' with each pair separated by a comma. '{0}' does not follow this format.</summary>
        internal static string @ParserMarkupExtensionNoNameValue => GetResourceString("ParserMarkupExtensionNoNameValue");
        /// <summary>Names and Values in a markup extension cannot contain quotes. '{0}' markup extension arguments are not valid.</summary>
        internal static string @ParserMarkupExtensionNoQuotesInName => GetResourceString("ParserMarkupExtensionNoQuotesInName");
        /// <summary>'{1}' text is not valid after the closing '{0}' of a markup extension expression.</summary>
        internal static string @ParserMarkupExtensionTrailingGarbage => GetResourceString("ParserMarkupExtensionTrailingGarbage");
        /// <summary>Unrecognized property '{0}' for type '{1}' found while parsing markup extension.</summary>
        internal static string @ParserMarkupExtensionUnknownAttr => GetResourceString("ParserMarkupExtensionUnknownAttr");
        /// <summary>Unrecognized '{0}' attribute in namespace '{1}'. Only Key attribute is valid in this namespace.</summary>
        internal static string @ParserMetroUnknownAttribute => GetResourceString("ParserMetroUnknownAttribute");
        /// <summary>Cannot use multiple writable BamlRecords at the same time.</summary>
        internal static string @ParserMultiBamls => GetResourceString("ParserMultiBamls");
        /// <summary>Cannot have multiple roots on a stream that is being parsed asynchronously.</summary>
        internal static string @ParserMultiRoot => GetResourceString("ParserMultiRoot");
        /// <summary>'{0}' property element cannot be nested directly inside another property element.</summary>
        internal static string @ParserNestedComplexProp => GetResourceString("ParserNestedComplexProp");
        /// <summary>Cannot use attributes on Array tags.</summary>
        internal static string @ParserNoAttrArray => GetResourceString("ParserNoAttrArray");
        /// <summary>Element content is not valid for type '{0}'.</summary>
        internal static string @ParserNoChildrenTag => GetResourceString("ParserNoChildrenTag");
        /// <summary>Cannot have more than one tag under property element '{0}'.</summary>
        internal static string @ParserNoComplexMulti => GetResourceString("ParserNoComplexMulti");
        /// <summary>There is no public default constructor for '{0}'. This might be referenced by a '{0}' tag, or it might be the default type for a property element.</summary>
        internal static string @ParserNoDefaultConstructor => GetResourceString("ParserNoDefaultConstructor");
        /// <summary>'{1}' property is set to element of type '{0}', but instance of '{0}' cannot be created. It might be the default type for that property and is either abstract or does not have a default constructor.</summary>
        internal static string @ParserNoDefaultPropConstructor => GetResourceString("ParserNoDefaultPropConstructor");
        /// <summary>Objects added to IDictionary must have Key attribute or some other type of associated Key.</summary>
        internal static string @ParserNoDictionaryKey => GetResourceString("ParserNoDictionaryKey");
        /// <summary>Key attribute can be used only on a tag contained in an IDictionary type property.</summary>
        internal static string @ParserNoDictionaryName => GetResourceString("ParserNoDictionaryName");
        /// <summary>'{1}' cannot be used as a value for '{0}'. Numbers are not valid enumeration values.</summary>
        internal static string @ParserNoDigitEnums => GetResourceString("ParserNoDigitEnums");
        /// <summary>'{0}' property is not a valid DependencyProperty on the type '{1}'. Verify that the property has a DependencyProperty defined with a member field that ends with the 'Property' suffix.</summary>
        internal static string @ParserNoDPOnOwner => GetResourceString("ParserNoDPOnOwner");
        /// <summary>Cannot create object of type '{0}'. CreateInstance failed, which can be caused by not having a public default constructor for '{0}'.</summary>
        internal static string @ParserNoElementCreate2 => GetResourceString("ParserNoElementCreate2");
        /// <summary>Must compile XAML file that specifies events.</summary>
        internal static string @ParserNoEvents => GetResourceString("ParserNoEvents");
        /// <summary>'{0}' event handler cannot be specified using property element syntax.</summary>
        internal static string @ParserNoEventTag => GetResourceString("ParserNoEventTag");
        /// <summary>'{0}' property of unexpected type. Expected type is Array.</summary>
        internal static string @ParserNoMatchingArray => GetResourceString("ParserNoMatchingArray");
        /// <summary>'{0}' attribute in 'http://schemas.microsoft.com/winfx/2006/xaml' namespace is valid only when used with an IDictionary property.</summary>
        internal static string @ParserNoMatchingIDictionary => GetResourceString("ParserNoMatchingIDictionary");
        /// <summary>'{0}' property must implement IList so that an item can be added to it.</summary>
        internal static string @ParserNoMatchingIList => GetResourceString("ParserNoMatchingIList");
        /// <summary>'{0}' type cannot have Name attribute. Value types and types without a default constructor cannot be used as items within a dictionary.</summary>
        internal static string @ParserNoNameOnType => GetResourceString("ParserNoNameOnType");
        /// <summary>Must define namespace URI for object '{0}'.</summary>
        internal static string @ParserNoNamespace => GetResourceString("ParserNoNamespace");
        /// <summary>Cannot set Name attribute value '{0}' on element '{1}'. '{1}' is under the scope of element '{2}', which already had a name registered when it was defined in another scope.</summary>
        internal static string @ParserNoNameUnderDefinitionScopeType => GetResourceString("ParserNoNameUnderDefinitionScopeType");
        /// <summary>Cannot nest XML data islands.</summary>
        internal static string @ParserNoNestedXmlDataIslands => GetResourceString("ParserNoNestedXmlDataIslands");
        /// <summary>Cannot set properties on property elements.</summary>
        internal static string @ParserNoPropOnComplexProp => GetResourceString("ParserNoPropOnComplexProp");
        /// <summary>Cannot find the type of the property '{0}'.</summary>
        internal static string @ParserNoPropType => GetResourceString("ParserNoPropType");
        /// <summary>Cannot find resource named '{0}'. Resource names are case sensitive.</summary>
        internal static string @ParserNoResource => GetResourceString("ParserNoResource");
        /// <summary>'{0}' does not have custom serializer so it cannot be parsed.</summary>
        internal static string @ParserNoSerializer => GetResourceString("ParserNoSerializer");
        /// <summary>Style Setters cannot have child elements. '{0}' type tag is not valid.</summary>
        internal static string @ParserNoSetterChild => GetResourceString("ParserNoSetterChild");
        /// <summary>Cannot create an instance of type '{0}'. It is not an accessible type.</summary>
        internal static string @ParserNotAllowedInternalType => GetResourceString("ParserNotAllowedInternalType");
        /// <summary>Cannot create an instance of type '{0}'. It is not marked as a public type.</summary>
        internal static string @ParserNotMarkedPublic => GetResourceString("ParserNotMarkedPublic");
        /// <summary>'{0}' is not a valid markup extension expression. Cannot resolve '{1}' in namespace '{2}'. '{1}' must be subclass of MarkupExtension.</summary>
        internal static string @ParserNotMarkupExtension => GetResourceString("ParserNotMarkupExtension");
        /// <summary>Cannot find type '{0}'. Type names are case sensitive.</summary>
        internal static string @ParserNoType => GetResourceString("ParserNoType");
        /// <summary>'{0}' type does not have a public TypeConverter class.</summary>
        internal static string @ParserNoTypeConv => GetResourceString("ParserNoTypeConv");
        /// <summary>Cannot add element to '{0}'; the property value is null.</summary>
        internal static string @ParserNullPropertyCollection => GetResourceString("ParserNullPropertyCollection");
        /// <summary>The '{0}' property with a string value of '{1}' was converted and a null value returned. TypeConverter might not be able to convert string.</summary>
        internal static string @ParserNullReturned => GetResourceString("ParserNullReturned");
        /// <summary>Mapper.GetRoutedEvent requires a public ownerType. '{0}' is not public.</summary>
        internal static string @ParserOwnerEventMustBePublic => GetResourceString("ParserOwnerEventMustBePublic");
        /// <summary>DependencyProperty can be set only on DependencyObject. '{0}' is not a DependencyObject.</summary>
        internal static string @ParserParentDO => GetResourceString("ParserParentDO");
        /// <summary>'{0}' XML namespace prefix does not map to a namespace URI, so cannot resolve element '{1}'.</summary>
        internal static string @ParserPrefixNSElement => GetResourceString("ParserPrefixNSElement");
        /// <summary>'{0}' XML namespace prefix does not map to a namespace URI, so cannot resolve property '{1}'.</summary>
        internal static string @ParserPrefixNSProperty => GetResourceString("ParserPrefixNSProperty");
        /// <summary>Cannot add element to property '{0}', because the property can have only one child element if it uses an explicit collection tag.</summary>
        internal static string @ParserPropertyCollectionClosed => GetResourceString("ParserPropertyCollectionClosed");
        /// <summary>'{0}' property does not have a value.</summary>
        internal static string @ParserPropNoValue => GetResourceString("ParserPropNoValue");
        /// <summary>Cannot set BaseUri on this IUriContext implementation.</summary>
        internal static string @ParserProvideValueCantSetUri => GetResourceString("ParserProvideValueCantSetUri");
        /// <summary>Only public classes can be used in markup. '{0}' type is not public.</summary>
        internal static string @ParserPublicType => GetResourceString("ParserPublicType");
        /// <summary>'{0}' is a read-only property of type IList or IDictionary and get accessor returns null.</summary>
        internal static string @ParserReadOnlyNullProperty => GetResourceString("ParserReadOnlyNullProperty");
        /// <summary>'{0}' property is read-only and cannot be set from markup.</summary>
        internal static string @ParserReadOnlyProp => GetResourceString("ParserReadOnlyProp");
        /// <summary>Type reference cannot find public type named '{0}'.</summary>
        internal static string @ParserResourceKeyType => GetResourceString("ParserResourceKeyType");
        /// <summary>SynchronousMode attribute must be on root tag.</summary>
        internal static string @ParserSyncOnRoot => GetResourceString("ParserSyncOnRoot");
        /// <summary>Cannot have both text '{0}' and child element '{1}' in a property element.</summary>
        internal static string @ParserTextInComplexProp => GetResourceString("ParserTextInComplexProp");
        /// <summary>Text is not valid in IDictionary or Array property.</summary>
        internal static string @ParserTextInvalidInArrayOrDictionary => GetResourceString("ParserTextInvalidInArrayOrDictionary");
        /// <summary>Only 4095 different assemblies can be referenced in a single XAML file.</summary>
        internal static string @ParserTooManyAssemblies => GetResourceString("ParserTooManyAssemblies");
        /// <summary>TypeConverter initialization string '{0}' must be immediately followed by the close tag.</summary>
        internal static string @ParserTypeConverterTextNeedsEndElement => GetResourceString("ParserTypeConverterTextNeedsEndElement");
        /// <summary>TypeConverter syntax error encountered while processing initialization string '{0}'. Element attributes are not allowed on objects created via TypeConverter.</summary>
        internal static string @ParserTypeConverterTextUnusable => GetResourceString("ParserTypeConverterTextUnusable");
        /// <summary>'{0}' is an undeclared namespace.</summary>
        internal static string @ParserUndeclaredNS => GetResourceString("ParserUndeclaredNS");
        /// <summary>Unexpected end of element when parsing an object. BAML stream might be corrupted.</summary>
        internal static string @ParserUnexpectedEndEle => GetResourceString("ParserUnexpectedEndEle");
        /// <summary>'{0}' record unexpected in BAML stream. BAML stream might be corrupted.</summary>
        internal static string @ParserUnexpInBAML => GetResourceString("ParserUnexpInBAML");
        /// <summary>The property '{0}' does not exist in XML namespace '{1}'.</summary>
        internal static string @ParserUnknownAttribute => GetResourceString("ParserUnknownAttribute");
        /// <summary>Unrecognized BAML record of type '{0}'. BAML stream might be corrupted or there is a version mismatch between BAML stream and parser.</summary>
        internal static string @ParserUnknownBaml => GetResourceString("ParserUnknownBaml");
        /// <summary>The attribute '{0}' does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml'.</summary>
        internal static string @ParserUnknownDefAttribute => GetResourceString("ParserUnknownDefAttribute");
        /// <summary>'{0}' attribute does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml' namespace.</summary>
        internal static string @ParserUnknownDefAttributeCompiler => GetResourceString("ParserUnknownDefAttributeCompiler");
        /// <summary>'{0}' attribute does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation/options'.</summary>
        internal static string @ParserUnknownPresentationOptionsAttribute => GetResourceString("ParserUnknownPresentationOptionsAttribute");
        /// <summary>The tag '{0}' does not exist in XML namespace '{1}'.</summary>
        internal static string @ParserUnknownTag => GetResourceString("ParserUnknownTag");
        /// <summary>'{0}' XML node not supported.</summary>
        internal static string @ParserUnknownXmlType => GetResourceString("ParserUnknownXmlType");
        /// <summary>XAML stream writer does not support seek from end.</summary>
        internal static string @ParserWriterNoSeekEnd => GetResourceString("ParserWriterNoSeekEnd");
        /// <summary>SeekOrigin value is not valid. Only SeekOrigin.Begin and SeekOrigin.Current are valid.</summary>
        internal static string @ParserWriterUnknownOrigin => GetResourceString("ParserWriterUnknownOrigin");
        /// <summary>Parent element or property '{0}' requires an XML data island. To distinguish an XML island from surrounding XAML, wrap the XML data island in &lt;x:XData&gt; ... &lt;/x:XData&gt;.</summary>
        internal static string @ParserXmlIslandMissing => GetResourceString("ParserXmlIslandMissing");
        /// <summary>XML data island cannot be consumed by element or property '{0}'.</summary>
        internal static string @ParserXmlIslandUnexpected => GetResourceString("ParserXmlIslandUnexpected");
        /// <summary>XmlLangProperty attribute must specify a property name.</summary>
        internal static string @ParserXmlLangPropertyValueInvalid => GetResourceString("ParserXmlLangPropertyValueInvalid");
        /// <summary>'{0}' class must implement IXmlLineInfo to get position information for the XAML being parsed.</summary>
        internal static string @ParserXmlReaderNoLineInfo => GetResourceString("ParserXmlReaderNoLineInfo");
        /// <summary>Operation can be invoked only if the Print dialog was instantiated and shown.</summary>
        internal static string @PartialTrustPrintDialogMustBeInvoked => GetResourceString("PartialTrustPrintDialogMustBeInvoked");
        /// <summary>Only Decorator and ScrollViewer can be used as PART_ContentHost.</summary>
        internal static string @PasswordBoxInvalidTextContainer => GetResourceString("PasswordBoxInvalidTextContainer");
        /// <summary>PathParameters list contains null at index {0}.</summary>
        internal static string @PathParameterIsNull => GetResourceString("PathParameterIsNull");
        /// <summary>Index {0} is out of range of the PathParameters list, which has length {1}.</summary>
        internal static string @PathParametersIndexOutOfRange => GetResourceString("PathParametersIndexOutOfRange");
        /// <summary>Syntax error in Binding.Path '{0}' ... '{1}'.</summary>
        internal static string @PathSyntax => GetResourceString("PathSyntax");
        /// <summary>Platform Requirements Not Met</summary>
        internal static string @PlatformRequirementTitle => GetResourceString("PlatformRequirementTitle");
        /// <summary>Cannot reopen a popup in the closed event handler.</summary>
        internal static string @PopupReopeningNotAllowed => GetResourceString("PopupReopeningNotAllowed");
        /// <summary>Cannot create MarkupExtension Arguments is the wrong length vector.</summary>
        internal static string @PositionalArgumentsWrongLength => GetResourceString("PositionalArgumentsWrongLength");
        /// <summary>Cannot add PageContent while previous partial page is still loading.</summary>
        internal static string @PrevoiusPartialPageContentOutstanding => GetResourceString("PrevoiusPartialPageContentOutstanding");
        /// <summary>Cannot add a DocumentReference until previous DocumentReference is initialized.</summary>
        internal static string @PrevoiusUninitializedDocumentReferenceOutstanding => GetResourceString("PrevoiusUninitializedDocumentReferenceOutstanding");
        /// <summary>Install Printing Component</summary>
        internal static string @PrintDialogInstallPrintSupportCaption => GetResourceString("PrintDialogInstallPrintSupportCaption");
        /// <summary>To enable printing, follow the instructions at http://go.microsoft.com/fwlink?LinkID=119805.</summary>
        internal static string @PrintDialogInstallPrintSupportMessageBox => GetResourceString("PrintDialogInstallPrintSupportMessageBox");
        /// <summary>Start and end pages of a page range must be greater than zero.</summary>
        internal static string @PrintDialogInvalidPageRange => GetResourceString("PrintDialogInvalidPageRange");
        /// <summary>{0}-{1}</summary>
        internal static string @PrintDialogPageRange => GetResourceString("PrintDialogPageRange");
        /// <summary>Zero is not a valid value for this property.</summary>
        internal static string @PrintDialogZeroNotAllowed => GetResourceString("PrintDialogZeroNotAllowed");
        /// <summary>{0} - {1}</summary>
        internal static string @PrintJobDescription => GetResourceString("PrintJobDescription");
        /// <summary>Cannot set value on ProgressBar because it is read-only.</summary>
        internal static string @ProgressBarReadOnly => GetResourceString("ProgressBarReadOnly");
        /// <summary>Start property found outside of ElementStart, ElementEnd.</summary>
        internal static string @PropertyFoundOutsideStartElement => GetResourceString("PropertyFoundOutsideStartElement");
        /// <summary>Unexpected Property Id {0}. Property IDs must be sequential.</summary>
        internal static string @PropertyIdOutOfSequence => GetResourceString("PropertyIdOutOfSequence");
        /// <summary>The '{0}' property of the '{1}' type cannot be changed after it has been set.</summary>
        internal static string @PropertyIsImmutable => GetResourceString("PropertyIsImmutable");
        /// <summary>The '{0}' property of the '{1}' type can be set only during initialization.</summary>
        internal static string @PropertyIsInitializeOnly => GetResourceString("PropertyIsInitializeOnly");
        /// <summary>The '{0}' property of the '{1}' type must be set during initialization.</summary>
        internal static string @PropertyMustHaveValue => GetResourceString("PropertyMustHaveValue");
        /// <summary>'{0}' property cannot be data-bound.</summary>
        internal static string @PropertyNotBindable => GetResourceString("PropertyNotBindable");
        /// <summary>Property {0}.{1} not found.</summary>
        internal static string @PropertyNotFound => GetResourceString("PropertyNotFound");
        /// <summary>Cannot call FindItemByProperty on this ItemsControl because the specified property is not supported.</summary>
        internal static string @PropertyNotSupported => GetResourceString("PropertyNotSupported");
        /// <summary>Start property found before ending {0}.</summary>
        internal static string @PropertyOutOfOrder => GetResourceString("PropertyOutOfOrder");
        /// <summary>Path indexer parameter has value that cannot be resolved to specified type: '{0}'</summary>
        internal static string @PropertyPathIndexWrongType => GetResourceString("PropertyPathIndexWrongType");
        /// <summary>Object '{0}' cannot be used as an accessor parameter for a PropertyPath. An accessor parameter must be DependencyProperty, PropertyInfo, or PropertyDescriptor.</summary>
        internal static string @PropertyPathInvalidAccessor => GetResourceString("PropertyPathInvalidAccessor");
        /// <summary>Property path is not valid. Cannot resolve type name '{0}'.</summary>
        internal static string @PropertyPathNoOwnerType => GetResourceString("PropertyPathNoOwnerType");
        /// <summary>Property path is not valid. '{0}' does not have a public property named '{1}'.</summary>
        internal static string @PropertyPathNoProperty => GetResourceString("PropertyPathNoProperty");
        /// <summary>Syntax error in PropertyPath '{0}'.</summary>
        internal static string @PropertyPathSyntaxError => GetResourceString("PropertyPathSyntaxError");
        /// <summary>'{0}' type does not have property named '{1}', so cannot sort data collection.</summary>
        internal static string @PropertyToSortByNotFoundOnType => GetResourceString("PropertyToSortByNotFoundOnType");
        /// <summary>'{0}' property cannot be set from a property trigger and appear in the trigger's condition at the same time.</summary>
        internal static string @PropertyTriggerCycleDetected => GetResourceString("PropertyTriggerCycleDetected");
        /// <summary>The maximum number of property triggers has been reached and further allocation is impossible.</summary>
        internal static string @PropertyTriggerLayerLimitExceeded => GetResourceString("PropertyTriggerLayerLimitExceeded");
        /// <summary>Page formatting engine did not complete formatting operation. Error code: '{0}'.</summary>
        internal static string @PTSError => GetResourceString("PTSError");
        /// <summary>No object associated with unmanaged object handle or type mismatch.</summary>
        internal static string @PTSInvalidHandle => GetResourceString("PTSInvalidHandle");
        /// <summary>Range actions are not supported.</summary>
        internal static string @RangeActionsNotSupported => GetResourceString("RangeActionsNotSupported");
        /// <summary>Count of bytes to read cannot be negative.</summary>
        internal static string @ReadCountNegative => GetResourceString("ReadCountNegative");
        /// <summary>Stream does not support reading.</summary>
        internal static string @ReadNotSupported => GetResourceString("ReadNotSupported");
        /// <summary>'{1}' object cannot specify value for read-only property '{0}'.</summary>
        internal static string @ReadOnlyPropertyNotAllowed => GetResourceString("ReadOnlyPropertyNotAllowed");
        /// <summary>Unexpected record in Baml stream.  Trying to add to {0} which is not a collection or has a TypeConverter.</summary>
        internal static string @RecordOutOfOrder => GetResourceString("RecordOutOfOrder");
        /// <summary>Width and Height cannot be negative.</summary>
        internal static string @Rect_WidthAndHeightCannotBeNegative => GetResourceString("Rect_WidthAndHeightCannotBeNegative");
        /// <summary>AncestorLevel cannot be set to less than 1.</summary>
        internal static string @RelativeSourceInvalidAncestorLevel => GetResourceString("RelativeSourceInvalidAncestorLevel");
        /// <summary>Invalid value for RelativeSourceMode enum.</summary>
        internal static string @RelativeSourceModeInvalid => GetResourceString("RelativeSourceModeInvalid");
        /// <summary>RelativeSource.Mode is immutable after initialization; instead of changing the Mode on this instance, create a new RelativeSource or use a different static instance.</summary>
        internal static string @RelativeSourceModeIsImmutable => GetResourceString("RelativeSourceModeIsImmutable");
        /// <summary>AncestorType must be specified for RelativeSource in FindAncestor mode.</summary>
        internal static string @RelativeSourceNeedsAncestorType => GetResourceString("RelativeSourceNeedsAncestorType");
        /// <summary>Mode must be specified for RelativeSource.</summary>
        internal static string @RelativeSourceNeedsMode => GetResourceString("RelativeSourceNeedsMode");
        /// <summary>RelativeSource is not in FindAncestor mode.</summary>
        internal static string @RelativeSourceNotInFindAncestorMode => GetResourceString("RelativeSourceNotInFindAncestorMode");
        /// <summary>Collection Remove event must specify item position.</summary>
        internal static string @RemovedItemNotFound => GetResourceString("RemovedItemNotFound");
        /// <summary>GeneratorPosition '{0},{1}' passed to Remove does not have Offset equal to 0.</summary>
        internal static string @RemoveRequiresOffsetZero => GetResourceString("RemoveRequiresOffsetZero");
        /// <summary>'{0}' Count passed to Remove must be positive.</summary>
        internal static string @RemoveRequiresPositiveCount => GetResourceString("RemoveRequiresPositiveCount");
        /// <summary>Removing the NewItem placeholder is not allowed.</summary>
        internal static string @RemovingPlaceholder => GetResourceString("RemovingPlaceholder");
        /// <summary>Element already has a logical parent. It must be detached from the old parent before it is attached to a new one.</summary>
        internal static string @ReparentModelChildIllegal => GetResourceString("ReparentModelChildIllegal");
        /// <summary>RequestNavigateEvent must have associated non-null RoutedEvent.</summary>
        internal static string @RequestNavigateEventMustHaveRoutedEvent => GetResourceString("RequestNavigateEventMustHaveRoutedEvent");
        /// <summary>The required '{0}' attribute is missing from element '{1}'.</summary>
        internal static string @RequiredAttributeMissing => GetResourceString("RequiredAttributeMissing");
        /// <summary>Binding for property '{0}' cannot use the target element's Language for conversion; if a culture is required, ConverterCulture must be explicitly specified on the Binding.</summary>
        internal static string @RequiresExplicitCulture => GetResourceString("RequiresExplicitCulture");
        /// <summary>XmlDataNamespaceMappingCollection child does not have type XmlNamespaceMapping '{0}'.</summary>
        internal static string @RequiresXmlNamespaceMapping => GetResourceString("RequiresXmlNamespaceMapping");
        /// <summary>XmlDataNamespaceMappingCollection cannot use XmlNamespaceMapping that has null URI.</summary>
        internal static string @RequiresXmlNamespaceMappingUri => GetResourceString("RequiresXmlNamespaceMappingUri");
        /// <summary>Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed.</summary>
        internal static string @ReshowNotAllowed => GetResourceString("ReshowNotAllowed");
        /// <summary>Cannot add content directly to this ResourceDictionary because its Source property has already been set.</summary>
        internal static string @ResourceDictionaryDeferredContentFailure => GetResourceString("ResourceDictionaryDeferredContentFailure");
        /// <summary>Cannot re-initialize ResourceDictionary instance.</summary>
        internal static string @ResourceDictionaryDuplicateDeferredContent => GetResourceString("ResourceDictionaryDuplicateDeferredContent");
        /// <summary>The merged dictionary is invalid. Either a ResourceDictionary is being placed into its own MergedDictionaries collection or a it is being added to the same MergedDictionary collection twice.</summary>
        internal static string @ResourceDictionaryInvalidMergedDictionary => GetResourceString("ResourceDictionaryInvalidMergedDictionary");
        /// <summary>ResourceDictionary is read-only and cannot be modified.</summary>
        internal static string @ResourceDictionaryIsReadOnly => GetResourceString("ResourceDictionaryIsReadOnly");
        /// <summary>ResourceDictionary LoadFrom operation failed with URI '{0}'.</summary>
        internal static string @ResourceDictionaryLoadFromFailure => GetResourceString("ResourceDictionaryLoadFromFailure");
        /// <summary>The PageFunction's Return event handler is required to be an instance method on the parent page object.</summary>
        internal static string @ReturnEventHandlerMustBeOnParentPage => GetResourceString("ReturnEventHandlerMustBeOnParentPage");
        /// <summary>Cannot set the Document property inside the scope of DeclareChangeBlock or BeginChange/EndChange calls.</summary>
        internal static string @RichTextBox_CantSetDocumentInsideChangeBlock => GetResourceString("RichTextBox_CantSetDocumentInsideChangeBlock");
        /// <summary>Document already belongs to another RichTextBox.</summary>
        internal static string @RichTextBox_DocumentBelongsToAnotherRichTextBoxAlready => GetResourceString("RichTextBox_DocumentBelongsToAnotherRichTextBoxAlready");
        /// <summary>Cannot set CaretPosition to be outside of RichTextBox.</summary>
        internal static string @RichTextBox_PointerNotInSameDocument => GetResourceString("RichTextBox_PointerNotInSameDocument");
        /// <summary>Cannot modify the RowLayout because it does not exist.</summary>
        internal static string @RowCacheCannotModifyNonExistentLayout => GetResourceString("RowCacheCannotModifyNonExistentLayout");
        /// <summary>Page not found in GetRowIndexForPage.</summary>
        internal static string @RowCachePageNotFound => GetResourceString("RowCachePageNotFound");
        /// <summary>Must have PageCache assigned to recalculate rows.</summary>
        internal static string @RowCacheRecalcWithNoPageCache => GetResourceString("RowCacheRecalcWithNoPageCache");
        /// <summary>Type {0} is not a RuntimeType. XamlReader.Load does not support the use of other types of Type.</summary>
        internal static string @RuntimeTypeRequired => GetResourceString("RuntimeTypeRequired");
        /// <summary>Bottom</summary>
        internal static string @ScrollBar_ContextMenu_Bottom => GetResourceString("ScrollBar_ContextMenu_Bottom");
        /// <summary>Left Edge</summary>
        internal static string @ScrollBar_ContextMenu_LeftEdge => GetResourceString("ScrollBar_ContextMenu_LeftEdge");
        /// <summary>Page Down</summary>
        internal static string @ScrollBar_ContextMenu_PageDown => GetResourceString("ScrollBar_ContextMenu_PageDown");
        /// <summary>Page Left</summary>
        internal static string @ScrollBar_ContextMenu_PageLeft => GetResourceString("ScrollBar_ContextMenu_PageLeft");
        /// <summary>Page Right</summary>
        internal static string @ScrollBar_ContextMenu_PageRight => GetResourceString("ScrollBar_ContextMenu_PageRight");
        /// <summary>Page Up</summary>
        internal static string @ScrollBar_ContextMenu_PageUp => GetResourceString("ScrollBar_ContextMenu_PageUp");
        /// <summary>Right Edge</summary>
        internal static string @ScrollBar_ContextMenu_RightEdge => GetResourceString("ScrollBar_ContextMenu_RightEdge");
        /// <summary>Scroll Down</summary>
        internal static string @ScrollBar_ContextMenu_ScrollDown => GetResourceString("ScrollBar_ContextMenu_ScrollDown");
        /// <summary>Scroll Here</summary>
        internal static string @ScrollBar_ContextMenu_ScrollHere => GetResourceString("ScrollBar_ContextMenu_ScrollHere");
        /// <summary>Scroll Left</summary>
        internal static string @ScrollBar_ContextMenu_ScrollLeft => GetResourceString("ScrollBar_ContextMenu_ScrollLeft");
        /// <summary>Scroll Right</summary>
        internal static string @ScrollBar_ContextMenu_ScrollRight => GetResourceString("ScrollBar_ContextMenu_ScrollRight");
        /// <summary>Scroll Up</summary>
        internal static string @ScrollBar_ContextMenu_ScrollUp => GetResourceString("ScrollBar_ContextMenu_ScrollUp");
        /// <summary>Top</summary>
        internal static string @ScrollBar_ContextMenu_Top => GetResourceString("ScrollBar_ContextMenu_Top");
        /// <summary>'{0}' parameter value cannot be NaN.</summary>
        internal static string @ScrollViewer_CannotBeNaN => GetResourceString("ScrollViewer_CannotBeNaN");
        /// <summary>'{0}' parameter has value '{1}', which is not in the valid range of '{2}' to '{3}'.</summary>
        internal static string @ScrollViewer_OutOfRange => GetResourceString("ScrollViewer_OutOfRange");
        /// <summary>Cannot seek to given position.</summary>
        internal static string @SeekFailed => GetResourceString("SeekFailed");
        /// <summary>Cannot set seek pointer to negative position.</summary>
        internal static string @SeekNegative => GetResourceString("SeekNegative");
        /// <summary>Stream does not support Seek.</summary>
        internal static string @SeekNotSupported => GetResourceString("SeekNotSupported");
        /// <summary>The collection already contains the item.</summary>
        internal static string @SelectedCellsCollection_DuplicateItem => GetResourceString("SelectedCellsCollection_DuplicateItem");
        /// <summary>The DataGridItem is invalid.</summary>
        internal static string @SelectedCellsCollection_InvalidItem => GetResourceString("SelectedCellsCollection_InvalidItem");
        /// <summary>Cannot begin a new SelectionChange when another one is active.</summary>
        internal static string @SelectionChangeActive => GetResourceString("SelectionChangeActive");
        /// <summary>No SelectionChange is active.</summary>
        internal static string @SelectionChangeNotActive => GetResourceString("SelectionChangeNotActive");
        /// <summary>'{0}' selection point does not belong to DocumentViewer page.</summary>
        internal static string @SelectionDoesNotResolveToAPage => GetResourceString("SelectionDoesNotResolveToAPage");
        /// <summary>Selection for this processor must be an IServiceProvider.</summary>
        internal static string @SelectionMustBeServiceProvider => GetResourceString("SelectionMustBeServiceProvider");
        /// <summary>Cannot replace existing plug-in serializer '{0}' because it is already registered.</summary>
        internal static string @SerializerProviderAlreadyRegistered => GetResourceString("SerializerProviderAlreadyRegistered");
        /// <summary>Cannot load serializer '{0}'.</summary>
        internal static string @SerializerProviderCannotLoad => GetResourceString("SerializerProviderCannotLoad");
        /// <summary>The serializer factory provided DefaultFileExtension 'null'.</summary>
        internal static string @SerializerProviderDefaultFileExtensionNull => GetResourceString("SerializerProviderDefaultFileExtensionNull");
        /// <summary>The serializer factory provided DisplayName 'null'.</summary>
        internal static string @SerializerProviderDisplayNameNull => GetResourceString("SerializerProviderDisplayNameNull");
        /// <summary>The serializer factory provided ManufacturerName 'null'.</summary>
        internal static string @SerializerProviderManufacturerNameNull => GetResourceString("SerializerProviderManufacturerNameNull");
        /// <summary>The serializer factory provided ManufacturerWebsite 'null'.</summary>
        internal static string @SerializerProviderManufacturerWebsiteNull => GetResourceString("SerializerProviderManufacturerWebsiteNull");
        /// <summary>Cannot unregister plug-in serializer '{0}' because it is not registered.</summary>
        internal static string @SerializerProviderNotRegistered => GetResourceString("SerializerProviderNotRegistered");
        /// <summary>Unrecognized SerializerDescriptor '{0}'.</summary>
        internal static string @SerializerProviderUnknownSerializer => GetResourceString("SerializerProviderUnknownSerializer");
        /// <summary>'{0}' SerializerDescriptor cannot be loaded because the version is incorrect.</summary>
        internal static string @SerializerProviderWrongVersion => GetResourceString("SerializerProviderWrongVersion");
        /// <summary>The target element cannot receive focus.</summary>
        internal static string @SetFocusFailed => GetResourceString("SetFocusFailed");
        /// <summary>Cannot set an item in a selection when selection is in progress. Use Add or Remove method.</summary>
        internal static string @SetInDeferSelectionActive => GetResourceString("SetInDeferSelectionActive");
        /// <summary>Stream does not support SetLength.</summary>
        internal static string @SetLengthNotSupported => GetResourceString("SetLengthNotSupported");
        /// <summary>Stream does not support setting the Position property.</summary>
        internal static string @SetPositionNotSupported => GetResourceString("SetPositionNotSupported");
        /// <summary>A Style has no child nodes so a Style Setter cannot specify child node name '{0}'.</summary>
        internal static string @SetterOnStyleNotAllowedToHaveTarget => GetResourceString("SetterOnStyleNotAllowedToHaveTarget");
        /// <summary>Cannot unset a Setter value.</summary>
        internal static string @SetterValueCannotBeUnset => GetResourceString("SetterValueCannotBeUnset");
        /// <summary>'{0}' is not valid for Setter.Value. The only supported MarkupExtension types are DynamicResourceExtension and BindingBase or derived types.</summary>
        internal static string @SetterValueOfMarkupExtensionNotSupported => GetResourceString("SetterValueOfMarkupExtensionNotSupported");
        /// <summary>Shared attribute in namespace 'http://schemas.microsoft.com/winfx/2006/xaml' can be used only in compiled resource dictionaries.</summary>
        internal static string @SharedAttributeInLooseXaml => GetResourceString("SharedAttributeInLooseXaml");
        /// <summary>Already called ShowDialog on this Window.</summary>
        internal static string @ShowDialogOnModal => GetResourceString("ShowDialogOnModal");
        /// <summary>ShowDialog can be called only on hidden windows.</summary>
        internal static string @ShowDialogOnVisible => GetResourceString("ShowDialogOnVisible");
        /// <summary>Cannot show Window when ShowActivated is false and WindowState is set to Maximized.</summary>
        internal static string @ShowNonActivatedAndMaximized => GetResourceString("ShowNonActivatedAndMaximized");
        /// <summary>Cannot set ShutdownMode when application is shutting down or already shut down.</summary>
        internal static string @ShutdownModeWhenAppShutdown => GetResourceString("ShutdownModeWhenAppShutdown");
        /// <summary>Cannot specify SourceName property for a DataTrigger or MultiDataTrigger.</summary>
        internal static string @SourceNameNotSupportedForDataTriggers => GetResourceString("SourceNameNotSupportedForDataTriggers");
        /// <summary>Cannot set SourceName property within Style.Triggers section. SourceName applies only to Trigger or MultiTrigger in Template.Triggers section.</summary>
        internal static string @SourceNameNotSupportedForStyleTriggers => GetResourceString("SourceNameNotSupportedForStyleTriggers");
        /// <summary>Panel must be the parent or ancestor of Visual.</summary>
        internal static string @Stack_VisualInDifferentSubTree => GetResourceString("Stack_VisualInDifferentSubTree");
        /// <summary>startIndex '{0}' exceeds length '{1}' of destination array textBuffer.</summary>
        internal static string @StartIndexExceedsBufferSize => GetResourceString("StartIndexExceedsBufferSize");
        /// <summary>startNode must be a DocumentPageView or FixedPage.</summary>
        internal static string @StartNodeMustBeDocumentPageViewOrFixedPage => GetResourceString("StartNodeMustBeDocumentPageViewOrFixedPage");
        /// <summary>startNode must be a FixedPageProxy.</summary>
        internal static string @StartNodeMustBeFixedPageProxy => GetResourceString("StartNodeMustBeFixedPageProxy");
        /// <summary>The StaticResource extension can only be used in the context of loading XAML.</summary>
        internal static string @StaticResourceInXamlOnly => GetResourceString("StaticResourceInXamlOnly");
        /// <summary>'{0}' animation object cannot be used to animate property '{1}' because it is of incompatible type '{2}'.</summary>
        internal static string @Storyboard_AnimationMismatch => GetResourceString("Storyboard_AnimationMismatch");
        /// <summary>'{0}' object Name found but it is not a BeginStoryboard object.</summary>
        internal static string @Storyboard_BeginStoryboardNameNotFound => GetResourceString("Storyboard_BeginStoryboardNameNotFound");
        /// <summary>BeginStoryboardName required to find the target of this action.</summary>
        internal static string @Storyboard_BeginStoryboardNameRequired => GetResourceString("Storyboard_BeginStoryboardNameRequired");
        /// <summary>'{0}' BeginStoryboard does not have an associated Storyboard object.</summary>
        internal static string @Storyboard_BeginStoryboardNoStoryboard => GetResourceString("Storyboard_BeginStoryboardNoStoryboard");
        /// <summary>Cannot automatically create animation clone for frozen property values on '{0}' objects. Only FrameworkElement and FrameworkContentElement (or derived) types are supported.</summary>
        internal static string @Storyboard_ComplexPathNotSupported => GetResourceString("Storyboard_ComplexPathNotSupported");
        /// <summary>Cannot animate '{0}' on an immutable object instance.</summary>
        internal static string @Storyboard_ImmutableTargetNotSupported => GetResourceString("Storyboard_ImmutableTargetNotSupported");
        /// <summary>'{0}' element of Name found but it is not a MediaElement.</summary>
        internal static string @Storyboard_MediaElementNotFound => GetResourceString("Storyboard_MediaElementNotFound");
        /// <summary>MediaTimeline must be attached to a MediaElement, or have a TargetName that references a MediaElement.</summary>
        internal static string @Storyboard_MediaElementRequired => GetResourceString("Storyboard_MediaElementRequired");
        /// <summary>'{0}' name cannot be found in the name scope of '{1}'.</summary>
        internal static string @Storyboard_NameNotFound => GetResourceString("Storyboard_NameNotFound");
        /// <summary>Cannot perform action because the specified Storyboard was not applied to this object for interactive control.</summary>
        internal static string @Storyboard_NeverApplied => GetResourceString("Storyboard_NeverApplied");
        /// <summary>No applicable name scope exists to resolve the name '{0}'.</summary>
        internal static string @Storyboard_NoNameScope => GetResourceString("Storyboard_NoNameScope");
        /// <summary>No target was specified for '{0}'.</summary>
        internal static string @Storyboard_NoTarget => GetResourceString("Storyboard_NoTarget");
        /// <summary>TargetProperty path cannot be empty.</summary>
        internal static string @Storyboard_PropertyPathEmpty => GetResourceString("Storyboard_PropertyPathEmpty");
        /// <summary>'{0}' property value in the path '{1}' points to immutable instance of '{2}'.</summary>
        internal static string @Storyboard_PropertyPathFrozenCheckFailed => GetResourceString("Storyboard_PropertyPathFrozenCheckFailed");
        /// <summary>'{0}' Storyboard.TargetProperty path contains nonanimatable property '{1}'.</summary>
        internal static string @Storyboard_PropertyPathIncludesNonAnimatableProperty => GetResourceString("Storyboard_PropertyPathIncludesNonAnimatableProperty");
        /// <summary>'{0}' property does not point to a DependencyObject in path '{1}'.</summary>
        internal static string @Storyboard_PropertyPathMustPointToDependencyObject => GetResourceString("Storyboard_PropertyPathMustPointToDependencyObject");
        /// <summary>'{0}' Storyboard.TargetProperty path does not point to a DependencyProperty.</summary>
        internal static string @Storyboard_PropertyPathMustPointToDependencyProperty => GetResourceString("Storyboard_PropertyPathMustPointToDependencyProperty");
        /// <summary>'{0}' property value not found in property path '{1}'.</summary>
        internal static string @Storyboard_PropertyPathObjectNotFound => GetResourceString("Storyboard_PropertyPathObjectNotFound");
        /// <summary>Cannot resolve all property references in the property path '{0}'. Verify that applicable objects support the properties.</summary>
        internal static string @Storyboard_PropertyPathPropertyNotFound => GetResourceString("Storyboard_PropertyPathPropertyNotFound");
        /// <summary>'{0}' property value in the path '{1}' is on an immutable instance of '{2}'.</summary>
        internal static string @Storyboard_PropertyPathSealedCheckFailed => GetResourceString("Storyboard_PropertyPathSealedCheckFailed");
        /// <summary>'{0}' property path cannot be resolved to an animatable property.</summary>
        internal static string @Storyboard_PropertyPathUnresolved => GetResourceString("Storyboard_PropertyPathUnresolved");
        /// <summary>Must have a Storyboard object reference before this trigger action can execute.</summary>
        internal static string @Storyboard_StoryboardReferenceRequired => GetResourceString("Storyboard_StoryboardReferenceRequired");
        /// <summary>A Storyboard tree in a Style cannot specify a TargetName. Remove TargetName '{0}'.</summary>
        internal static string @Storyboard_TargetNameNotAllowedInStyle => GetResourceString("Storyboard_TargetNameNotAllowedInStyle");
        /// <summary>'{0}' target object Name found but the object is not a valid target type.</summary>
        internal static string @Storyboard_TargetNameNotDependencyObject => GetResourceString("Storyboard_TargetNameNotDependencyObject");
        /// <summary>Must specify TargetProperty for '{0}'.</summary>
        internal static string @Storyboard_TargetPropertyRequired => GetResourceString("Storyboard_TargetPropertyRequired");
        /// <summary>Cannot freeze this Storyboard timeline tree for use across threads.</summary>
        internal static string @Storyboard_UnableToFreeze => GetResourceString("Storyboard_UnableToFreeze");
        /// <summary>HandoffBehavior value is not valid.</summary>
        internal static string @Storyboard_UnrecognizedHandoffBehavior => GetResourceString("Storyboard_UnrecognizedHandoffBehavior");
        /// <summary>TimeSeekOrigin value is not valid.</summary>
        internal static string @Storyboard_UnrecognizedTimeSeekOrigin => GetResourceString("Storyboard_UnrecognizedTimeSeekOrigin");
        /// <summary>Cannot write to stream.</summary>
        internal static string @StreamCannotBeWritten => GetResourceString("StreamCannotBeWritten");
        /// <summary>The stream is not valid because it does not support seeking.</summary>
        internal static string @StreamDoesNotSupportSeek => GetResourceString("StreamDoesNotSupportSeek");
        /// <summary>Cannot change content of read-only stream.</summary>
        internal static string @StreamDoesNotSupportWrite => GetResourceString("StreamDoesNotSupportWrite");
        /// <summary>Stream not set on XmlStreamStore.</summary>
        internal static string @StreamNotSet => GetResourceString("StreamNotSet");
        /// <summary>Current stream object was closed and disposed. Cannot access a closed stream.</summary>
        internal static string @StreamObjectDisposed => GetResourceString("StreamObjectDisposed");
        /// <summary>Unexpected String Id {0}. String IDs must be sequential.</summary>
        internal static string @StringIdOutOfSequence => GetResourceString("StringIdOutOfSequence");
        /// <summary>This Style's hierarchy of BasedOn references contains a loop.</summary>
        internal static string @StyleBasedOnHasLoop => GetResourceString("StyleBasedOnHasLoop");
        /// <summary>A Style cannot be based on itself.</summary>
        internal static string @StyleCannotBeBasedOnSelf => GetResourceString("StyleCannotBeBasedOnSelf");
        /// <summary>'{0}' value for DataTrigger.Binding is not a Binding object.</summary>
        internal static string @StyleDataTriggerBindingHasBadValue => GetResourceString("StyleDataTriggerBindingHasBadValue");
        /// <summary>Must specify both Binding and Value for DataTrigger.</summary>
        internal static string @StyleDataTriggerBindingMissing => GetResourceString("StyleDataTriggerBindingMissing");
        /// <summary>A style intended for type '{0}' cannot be applied to type '{1}'.</summary>
        internal static string @StyleForWrongType => GetResourceString("StyleForWrongType");
        /// <summary>Style cannot have more than 65,534 elements.</summary>
        internal static string @StyleHasTooManyElements => GetResourceString("StyleHasTooManyElements");
        /// <summary>Cannot use both '{0}' tags and Style.'{1}' property tags for a single Style. Use one or the other.</summary>
        internal static string @StyleImpliedAndComplexChildren => GetResourceString("StyleImpliedAndComplexChildren");
        /// <summary>'{0}' type element tags are not valid at this location in a Style section.</summary>
        internal static string @StyleInvalidElementTag => GetResourceString("StyleInvalidElementTag");
        /// <summary>'{0}' property element location is not valid. It must immediately follow a Style tag.</summary>
        internal static string @StyleKnownTagWrongLocation => GetResourceString("StyleKnownTagWrongLocation");
        /// <summary>'{0}' CLR event cannot be set in a Style EventSetter. Only routed events are valid.</summary>
        internal static string @StyleNoClrEvent => GetResourceString("StyleNoClrEvent");
        /// <summary>'{0}' attribute is not valid at this location in a style.</summary>
        internal static string @StyleNoDef => GetResourceString("StyleNoDef");
        /// <summary>This Style has no key. Styles in a Dictionary must have either a TargetType or Name attribute specified.</summary>
        internal static string @StyleNoDictionaryKey => GetResourceString("StyleNoDictionaryKey");
        /// <summary>Cannot load XAML file that has EventSetters. Try compiling the XAML.</summary>
        internal static string @StyleNoEventSetters => GetResourceString("StyleNoEventSetters");
        /// <summary>Cannot find the Style {0} '{1}' on the type '{2}'.</summary>
        internal static string @StyleNoPropOrEvent => GetResourceString("StyleNoPropOrEvent");
        /// <summary>Setter resource references are not supported.</summary>
        internal static string @StyleNoSetterResource => GetResourceString("StyleNoSetterResource");
        /// <summary>Cannot resolve the Style {0} '{1}'. Verify that the owning type is the Style's TargetType, or use Class.Property syntax to specify the {0}.</summary>
        internal static string @StyleNoTarget => GetResourceString("StyleNoTarget");
        /// <summary>'{0}' cannot be set to a TemplateBinding because it is in the Setters section.</summary>
        internal static string @StyleNoTemplateBindInSetters => GetResourceString("StyleNoTemplateBindInSetters");
        /// <summary>'{0}' cannot be set to a TemplateBinding because VisualTriggers do not support TemplateBinding.</summary>
        internal static string @StyleNoTemplateBindInVisualTrigger => GetResourceString("StyleNoTemplateBindInVisualTrigger");
        /// <summary>Only Setter or EventSetter elements are valid direct children of Style element. '{0}' is not valid.</summary>
        internal static string @StyleNoTopLevelElement => GetResourceString("StyleNoTopLevelElement");
        /// <summary>'{0}' property set is not valid at this location in a Style declaration.</summary>
        internal static string @StylePropertyCustom => GetResourceString("StylePropertyCustom");
        /// <summary>Style object is not allowed to affect the Style property of the object to which it applies.</summary>
        internal static string @StylePropertyInStyleNotAllowed => GetResourceString("StylePropertyInStyleNotAllowed");
        /// <summary>Must specify both Property and Value for Setter.</summary>
        internal static string @StylePropertySetterMinAttrs => GetResourceString("StylePropertySetterMinAttrs");
        /// <summary>Must specify both Property and Value for Trigger.</summary>
        internal static string @StylePropTriggerPropMissing => GetResourceString("StylePropTriggerPropMissing");
        /// <summary>'{0}' property cannot use markup extensions or property element syntax on Setter. Only the Value property can use markup extensions or property element syntax.</summary>
        internal static string @StyleSetterUnknownProp => GetResourceString("StyleSetterUnknownProp");
        /// <summary>'{0}' type tags are not valid in Style sections.</summary>
        internal static string @StyleTagNotSupported => GetResourceString("StyleTagNotSupported");
        /// <summary>'{0}' TargetType does not match type of element '{1}'.</summary>
        internal static string @StyleTargetTypeMismatchWithElement => GetResourceString("StyleTargetTypeMismatchWithElement");
        /// <summary>'{0}' text is not valid at this location in a Style section.</summary>
        internal static string @StyleTextNotSupported => GetResourceString("StyleTextNotSupported");
        /// <summary>Cannot set TargetName property on a Setter within Style.Setters or Style.Triggers section. TargetName applies only to a Setter in Template.Triggers section.</summary>
        internal static string @StyleTriggersCannotTargetTheTemplate => GetResourceString("StyleTriggersCannotTargetTheTemplate");
        /// <summary>'{0}' property cannot be set as a property element on Style.</summary>
        internal static string @StyleUnknownProp => GetResourceString("StyleUnknownProp");
        /// <summary>'{0}' trigger type in Style not recognized.</summary>
        internal static string @StyleUnknownTrigger => GetResourceString("StyleUnknownTrigger");
        /// <summary>Expression type is not a valid Style value.</summary>
        internal static string @StyleValueOfExpressionNotSupported => GetResourceString("StyleValueOfExpressionNotSupported");
        /// <summary>System resource for type '{0}' is not a Style object.</summary>
        internal static string @SystemResourceForTypeIsNotStyle => GetResourceString("SystemResourceForTypeIsNotStyle");
        /// <summary>Count must be zero or positive.</summary>
        internal static string @TableCollectionCountNeedNonNegNum => GetResourceString("TableCollectionCountNeedNonNegNum");
        /// <summary>'{0}' type expected for parameter.</summary>
        internal static string @TableCollectionElementTypeExpected => GetResourceString("TableCollectionElementTypeExpected");
        /// <summary>Item belongs to another collection.</summary>
        internal static string @TableCollectionInOtherCollection => GetResourceString("TableCollectionInOtherCollection");
        /// <summary>Destination array not long enough.</summary>
        internal static string @TableCollectionInvalidOffLen => GetResourceString("TableCollectionInvalidOffLen");
        /// <summary>Capacity is less than current size.</summary>
        internal static string @TableCollectionNotEnoughCapacity => GetResourceString("TableCollectionNotEnoughCapacity");
        /// <summary>Index is out of collection's boundary.</summary>
        internal static string @TableCollectionOutOfRange => GetResourceString("TableCollectionOutOfRange");
        /// <summary>'{0}' is less than the array's lower bound.</summary>
        internal static string @TableCollectionOutOfRangeNeedNonNegNum => GetResourceString("TableCollectionOutOfRangeNeedNonNegNum");
        /// <summary>Requested range is out of collection's boundary.</summary>
        internal static string @TableCollectionRangeOutOfRange => GetResourceString("TableCollectionRangeOutOfRange");
        /// <summary>Only single-dimensional arrays are supported.</summary>
        internal static string @TableCollectionRankMultiDimNotSupported => GetResourceString("TableCollectionRankMultiDimNotSupported");
        /// <summary>Item's proxy belongs to the wrong collection.</summary>
        internal static string @TableCollectionWrongProxyParent => GetResourceString("TableCollectionWrongProxyParent");
        /// <summary>'{0}' parent NodeType is not valid.</summary>
        internal static string @TableInvalidParentNodeType => GetResourceString("TableInvalidParentNodeType");
        /// <summary>Cannot find a FrameworkElement with Name '{0}'.</summary>
        internal static string @TargetNameNotFound => GetResourceString("TargetNameNotFound");
        /// <summary>Cannot set TargetName property on a Style Setter.</summary>
        internal static string @TargetNameNotSupportedForStyleSetters => GetResourceString("TargetNameNotSupportedForStyleSetters");
        /// <summary>FrameworkTemplate supports only values in 3D content. Triggers and resources, for example, are not supported (property '{0}').</summary>
        internal static string @Template3DValueOnly => GetResourceString("Template3DValueOnly");
        /// <summary>Cannot create dictionary key because of a problem with the DataType property.</summary>
        internal static string @TemplateBadDictionaryKey => GetResourceString("TemplateBadDictionaryKey");
        /// <summary>In a FrameworkTemplate, ContentPresenter and GridViewRowPresenter cannot be in each other inclusively or exclusively.</summary>
        internal static string @TemplateCannotHaveNestedContentPresenterAndGridViewRowPresenter => GetResourceString("TemplateCannotHaveNestedContentPresenterAndGridViewRowPresenter");
        /// <summary>TemplateChildIndex must be value between -1 and 65,534.</summary>
        internal static string @TemplateChildIndexOutOfRange => GetResourceString("TemplateChildIndexOutOfRange");
        /// <summary>Infinite loop in references found while processing the Template for an element named '{0}' of type '{1}'.</summary>
        internal static string @TemplateCircularReferenceFound => GetResourceString("TemplateCircularReferenceFound");
        /// <summary>Template's TemplateContent property can only be set once.</summary>
        internal static string @TemplateContentSetTwice => GetResourceString("TemplateContentSetTwice");
        /// <summary>The Name '{0}' has already been defined. Names must be unique.</summary>
        internal static string @TemplateDupName => GetResourceString("TemplateDupName");
        /// <summary>This operation is valid only on elements that have this template applied.</summary>
        internal static string @TemplateFindNameInInvalidElement => GetResourceString("TemplateFindNameInInvalidElement");
        /// <summary>NameScopeProperty found within the content of a FrameworkTemplate, on a '{0}' object. Name scopes within templates are not supported.</summary>
        internal static string @TemplateHasNestedNameScope => GetResourceString("TemplateHasNestedNameScope");
        /// <summary>BAML Records of type '{0}' are not supported in Templates.</summary>
        internal static string @TemplateInvalidBamlRecord => GetResourceString("TemplateInvalidBamlRecord");
        /// <summary>The root of a Template content section cannot contain an element of type '{0}'. Only FrameworkElement and FrameworkContentElement types are valid.</summary>
        internal static string @TemplateInvalidRootElementTag => GetResourceString("TemplateInvalidRootElementTag");
        /// <summary>'{0}' property element must immediately follow a Template tag.</summary>
        internal static string @TemplateKnownTagWrongLocation => GetResourceString("TemplateKnownTagWrongLocation");
        /// <summary>A '{0}' type object is not valid as the root of a template; the root must be a FrameworkElement or derived type.</summary>
        internal static string @TemplateMustBeFE => GetResourceString("TemplateMustBeFE");
        /// <summary>Template can have only a single root element. '{0}' is not valid.</summary>
        internal static string @TemplateNoMultipleRoots => GetResourceString("TemplateNoMultipleRoots");
        /// <summary>Cannot find the '{0}' template property on type '{1}'.</summary>
        internal static string @TemplateNoProp => GetResourceString("TemplateNoProp");
        /// <summary>Cannot resolve the template property '{0}'. Verify that the owning type is the Style's TargetType, or use Class.Property syntax to specify the property.</summary>
        internal static string @TemplateNoTarget => GetResourceString("TemplateNoTarget");
        /// <summary>'{0}' value is not valid because VisualTriggers do not support TemplateBinding.</summary>
        internal static string @TemplateNoTemplateBindInVisualTrigger => GetResourceString("TemplateNoTemplateBindInVisualTrigger");
        /// <summary>Cannot find the Trigger target '{0}'. (The target must appear before any Setters, Triggers, or Conditions that use it.)</summary>
        internal static string @TemplateNoTriggerTarget => GetResourceString("TemplateNoTriggerTarget");
        /// <summary>This Template does not support setting the TargetType. Set the DataType instead.</summary>
        internal static string @TemplateNotTargetType => GetResourceString("TemplateNotTargetType");
        /// <summary>'{0}' type tags are not valid in Template sections.</summary>
        internal static string @TemplateTagNotSupported => GetResourceString("TemplateTagNotSupported");
        /// <summary>'{0}' ControlTemplate TargetType does not match templated type '{1}'.</summary>
        internal static string @TemplateTargetTypeMismatch => GetResourceString("TemplateTargetTypeMismatch");
        /// <summary>'{0}' text is not valid at this location in a Template section.</summary>
        internal static string @TemplateTextNotSupported => GetResourceString("TemplateTextNotSupported");
        /// <summary>'{0}' property cannot be set as a property element on Template.</summary>
        internal static string @TemplateUnknownProp => GetResourceString("TemplateUnknownProp");
        /// <summary>Cannot set the IsUndoEnabled property inside the scope of DeclareChangeBlock or BeginChange/EndChange calls.</summary>
        internal static string @TextBoxBase_CantSetIsUndoEnabledInsideChangeBlock => GetResourceString("TextBoxBase_CantSetIsUndoEnabledInsideChangeBlock");
        /// <summary>This call to EndChange does not follow a matching BeginChange call.</summary>
        internal static string @TextBoxBase_UnmatchedEndChange => GetResourceString("TextBoxBase_UnmatchedEndChange");
        /// <summary>Decorator marked as PART_ContentHost must have no content.</summary>
        internal static string @TextBoxDecoratorMarkedAsTextBoxContentMustHaveNoContent => GetResourceString("TextBoxDecoratorMarkedAsTextBoxContentMustHaveNoContent");
        /// <summary>The object '{0}' cannot be added to the TextBox, since it can contain only plain text.</summary>
        internal static string @TextBoxInvalidChild => GetResourceString("TextBoxInvalidChild");
        /// <summary>Only Decorator or ScrollViewer elements can be used as PART_ContentHost.</summary>
        internal static string @TextBoxInvalidTextContainer => GetResourceString("TextBoxInvalidTextContainer");
        /// <summary>Value of MaxLines must be greater than or equal to value of MinLines.</summary>
        internal static string @TextBoxMinMaxLinesMismatch => GetResourceString("TextBoxMinMaxLinesMismatch");
        /// <summary>ScrollViewer marked as PART_ContentHost must have no content.</summary>
        internal static string @TextBoxScrollViewerMarkedAsTextBoxContentMustHaveNoContent => GetResourceString("TextBoxScrollViewerMarkedAsTextBoxContentMustHaveNoContent");
        /// <summary>_Copy</summary>
        internal static string @TextBox_ContextMenu_Copy => GetResourceString("TextBox_ContextMenu_Copy");
        /// <summary>Cu_t</summary>
        internal static string @TextBox_ContextMenu_Cut => GetResourceString("TextBox_ContextMenu_Cut");
        /// <summary>(DBCS Space)</summary>
        internal static string @TextBox_ContextMenu_Description_DBCSSpace => GetResourceString("TextBox_ContextMenu_Description_DBCSSpace");
        /// <summary>(SBCS Space)</summary>
        internal static string @TextBox_ContextMenu_Description_SBCSSpace => GetResourceString("TextBox_ContextMenu_Description_SBCSSpace");
        /// <summary>_Ignore All</summary>
        internal static string @TextBox_ContextMenu_IgnoreAll => GetResourceString("TextBox_ContextMenu_IgnoreAll");
        /// <summary>M_ore...</summary>
        internal static string @TextBox_ContextMenu_More => GetResourceString("TextBox_ContextMenu_More");
        /// <summary>(no spelling suggestions)</summary>
        internal static string @TextBox_ContextMenu_NoSpellingSuggestions => GetResourceString("TextBox_ContextMenu_NoSpellingSuggestions");
        /// <summary>_Paste</summary>
        internal static string @TextBox_ContextMenu_Paste => GetResourceString("TextBox_ContextMenu_Paste");
        /// <summary>Cannot call method while text container is changing.</summary>
        internal static string @TextContainerChangingReentrancyInvalid => GetResourceString("TextContainerChangingReentrancyInvalid");
        /// <summary>Text Container does not exist or does not contain the specified element.</summary>
        internal static string @TextContainerDoesNotContainElement => GetResourceString("TextContainerDoesNotContainElement");
        /// <summary>UndoManager created more than once.</summary>
        internal static string @TextContainer_UndoManagerCreatedMoreThanOnce => GetResourceString("TextContainer_UndoManagerCreatedMoreThanOnce");
        /// <summary>'{0}' class editing commands cannot be registered because they are registered on its derived class '{1}'.</summary>
        internal static string @TextEditorCanNotRegisterCommandHandler => GetResourceString("TextEditorCanNotRegisterCommandHandler");
        /// <summary>Entry part is missing in XAML package</summary>
        internal static string @TextEditorCopyPaste_EntryPartIsMissingInXamlPackage => GetResourceString("TextEditorCopyPaste_EntryPartIsMissingInXamlPackage");
        /// <summary>'{0}' property is not valid for text formatting.</summary>
        internal static string @TextEditorPropertyIsNotApplicableForTextFormatting => GetResourceString("TextEditorPropertyIsNotApplicableForTextFormatting");
        /// <summary>Cannot use spelling checker because it was previously disposed.</summary>
        internal static string @TextEditorSpellerInteropHasBeenDisposed => GetResourceString("TextEditorSpellerInteropHasBeenDisposed");
        /// <summary>'{0}' parameter type is not valid for formatting property '{1}'.</summary>
        internal static string @TextEditorTypeOfParameterIsNotAppropriateForFormattingProperty => GetResourceString("TextEditorTypeOfParameterIsNotAppropriateForFormattingProperty");
        /// <summary>Not enough space to copy {0} elements to index {1} of array with length {2}.</summary>
        internal static string @TextElementCollection_CannotCopyToArrayNotSufficientMemory => GetResourceString("TextElementCollection_CannotCopyToArrayNotSufficientMemory");
        /// <summary>Index out of range.</summary>
        internal static string @TextElementCollection_IndexOutOfRange => GetResourceString("TextElementCollection_IndexOutOfRange");
        /// <summary>An item of collection '{0}' has unexpected type {1} (expected type was {2}).</summary>
        internal static string @TextElementCollection_ItemHasUnexpectedType => GetResourceString("TextElementCollection_ItemHasUnexpectedType");
        /// <summary>'{0}' NextSibling does not belong to this TextElementCollection.</summary>
        internal static string @TextElementCollection_NextSiblingDoesNotBelongToThisCollection => GetResourceString("TextElementCollection_NextSiblingDoesNotBelongToThisCollection");
        /// <summary>The argument returned a null IEnumerator instance.</summary>
        internal static string @TextElementCollection_NoEnumerator => GetResourceString("TextElementCollection_NoEnumerator");
        /// <summary>'{0}' PreviousSibling does not belong to this TextElementCollection.</summary>
        internal static string @TextElementCollection_PreviousSiblingDoesNotBelongToThisCollection => GetResourceString("TextElementCollection_PreviousSiblingDoesNotBelongToThisCollection");
        /// <summary>'{0}' type expected.</summary>
        internal static string @TextElementCollection_TextElementTypeExpected => GetResourceString("TextElementCollection_TextElementTypeExpected");
        /// <summary>Parameter 'end' must be null when parameter 'start' is null.</summary>
        internal static string @TextElement_UnmatchedEndPointer => GetResourceString("TextElement_UnmatchedEndPointer");
        /// <summary>'{0}' parameter of unexpected type '{1}'. Expected type is UIElement or FrameworkContentElement.</summary>
        internal static string @TextPanelIllegalParaTypeForIAddChild => GetResourceString("TextPanelIllegalParaTypeForIAddChild");
        /// <summary>Cannot insert TextElement because it belongs to another tree.</summary>
        internal static string @TextPointer_CannotInsertTextElementBecauseItBelongsToAnotherTree => GetResourceString("TextPointer_CannotInsertTextElementBecauseItBelongsToAnotherTree");
        /// <summary>Frozen TextPointer cannot be repositioned.</summary>
        internal static string @TextPositionIsFrozen => GetResourceString("TextPositionIsFrozen");
        /// <summary>Element is not within the document range.</summary>
        internal static string @TextProvider_InvalidChildElement => GetResourceString("TextProvider_InvalidChildElement");
        /// <summary>Point is not within the client area of TextPattern provider.</summary>
        internal static string @TextProvider_InvalidPoint => GetResourceString("TextProvider_InvalidPoint");
        /// <summary>Text selection is not supported on this element.</summary>
        internal static string @TextProvider_TextSelectionNotSupported => GetResourceString("TextProvider_TextSelectionNotSupported");
        /// <summary>Cannot apply '{0}' property across the borders of TextElements of type '{1}'.</summary>
        internal static string @TextRangeEdit_InvalidStructuralPropertyApply => GetResourceString("TextRangeEdit_InvalidStructuralPropertyApply");
        /// <summary>'{0}' string cannot be empty.</summary>
        internal static string @TextRangeProvider_EmptyStringParameter => GetResourceString("TextRangeProvider_EmptyStringParameter");
        /// <summary>'{0}' value is not valid for parameter '{1}'.</summary>
        internal static string @TextRangeProvider_InvalidParameterValue => GetResourceString("TextRangeProvider_InvalidParameterValue");
        /// <summary>Range must come from the same text provider.</summary>
        internal static string @TextRangeProvider_WrongTextRange => GetResourceString("TextRangeProvider_WrongTextRange");
        /// <summary>Parameter value is not valid.</summary>
        internal static string @TextRange_InvalidParameterValue => GetResourceString("TextRange_InvalidParameterValue");
        /// <summary>'{0}' property cannot be incremented or decremented.</summary>
        internal static string @TextRange_PropertyCannotBeIncrementedOrDecremented => GetResourceString("TextRange_PropertyCannotBeIncrementedOrDecremented");
        /// <summary>Unrecognized structure in data format '{0}'.</summary>
        internal static string @TextRange_UnrecognizedStructureInDataFormat => GetResourceString("TextRange_UnrecognizedStructureInDataFormat");
        /// <summary>'{0}' data format not supported.</summary>
        internal static string @TextRange_UnsupportedDataFormat => GetResourceString("TextRange_UnsupportedDataFormat");
        /// <summary>Cannot insert content at this position.</summary>
        internal static string @TextSchema_CannotInsertContentInThisPosition => GetResourceString("TextSchema_CannotInsertContentInThisPosition");
        /// <summary>Cannot split '{0}' element at this position.</summary>
        internal static string @TextSchema_CannotSplitElement => GetResourceString("TextSchema_CannotSplitElement");
        /// <summary>'{1}' type element is not valid at this position as a child of type '{0}'.</summary>
        internal static string @TextSchema_ChildTypeIsInvalid => GetResourceString("TextSchema_ChildTypeIsInvalid");
        /// <summary>Cannot insert elements of type '{0}' into this '{1}'.</summary>
        internal static string @TextSchema_IllegalElement => GetResourceString("TextSchema_IllegalElement");
        /// <summary>Element of type '{0}' cannot be placed within the scope of a Hyperlink.</summary>
        internal static string @TextSchema_IllegalHyperlinkChild => GetResourceString("TextSchema_IllegalHyperlinkChild");
        /// <summary>Text is not valid in '{0}'.</summary>
        internal static string @TextSchema_TextIsNotAllowed => GetResourceString("TextSchema_TextIsNotAllowed");
        /// <summary>Cannot have Text or UIElement at this position in '{0}'.</summary>
        internal static string @TextSchema_TextIsNotAllowedInThisContext => GetResourceString("TextSchema_TextIsNotAllowedInThisContext");
        /// <summary>'{0}' element cannot be inserted in a tree because it is already a child of a tree.</summary>
        internal static string @TextSchema_TheChildElementBelongsToAnotherTreeAlready => GetResourceString("TextSchema_TheChildElementBelongsToAnotherTreeAlready");
        /// <summary>'{0}' already has a child '{1}'. '{2}' element needs its own BlockUIContainer parent.</summary>
        internal static string @TextSchema_ThisBlockUIContainerHasAChildUIElementAlready => GetResourceString("TextSchema_ThisBlockUIContainerHasAChildUIElementAlready");
        /// <summary>'{0}' already has a child '{1}'. '{2}' element needs its own InlineUIContainer parent.</summary>
        internal static string @TextSchema_ThisInlineUIContainerHasAChildUIElementAlready => GetResourceString("TextSchema_ThisInlineUIContainerHasAChildUIElementAlready");
        /// <summary>UIElement is not valid at this position.</summary>
        internal static string @TextSchema_UIElementNotAllowedInThisPosition => GetResourceString("TextSchema_UIElementNotAllowedInThisPosition");
        /// <summary>TextSegments in the same anchor must not overlap.</summary>
        internal static string @TextSegmentsMustNotOverlap => GetResourceString("TextSegmentsMustNotOverlap");
        /// <summary>Character offset {0} is not valid in document with {1} characters.</summary>
        internal static string @TextStore_BadIMECharOffset => GetResourceString("TextStore_BadIMECharOffset");
        /// <summary>Lock flags are not valid.</summary>
        internal static string @TextStore_BadLockFlags => GetResourceString("TextStore_BadLockFlags");
        /// <summary>Document cannot accept composition content.</summary>
        internal static string @TextStore_CompositionRejected => GetResourceString("TextStore_CompositionRejected");
        /// <summary>Unrecognized sink GUID.</summary>
        internal static string @TextStore_CONNECT_E_CANNOTCONNECT => GetResourceString("TextStore_CONNECT_E_CANNOTCONNECT");
        /// <summary>Sink was not previously advised with a call to AdviseSink.</summary>
        internal static string @TextStore_CONNECT_E_NOCONNECTION => GetResourceString("TextStore_CONNECT_E_NOCONNECTION");
        /// <summary>Sink does not support ITextStoreACPSink interface.</summary>
        internal static string @TextStore_E_NOINTERFACE => GetResourceString("TextStore_E_NOINTERFACE");
        /// <summary>Method is not implemented.</summary>
        internal static string @TextStore_E_NOTIMPL => GetResourceString("TextStore_E_NOTIMPL");
        /// <summary>RequestLock called with no sink.</summary>
        internal static string @TextStore_NoSink => GetResourceString("TextStore_NoSink");
        /// <summary>Cannot call RequestLock inside another call's scope unless changing a lock from read-only to write access.</summary>
        internal static string @TextStore_ReentrantRequestLock => GetResourceString("TextStore_ReentrantRequestLock");
        /// <summary>Document does not support embedded objects.</summary>
        internal static string @TextStore_TS_E_FORMAT => GetResourceString("TextStore_TS_E_FORMAT");
        /// <summary>Point does not cover any text.</summary>
        internal static string @TextStore_TS_E_INVALIDPOINT => GetResourceString("TextStore_TS_E_INVALIDPOINT");
        /// <summary>No layout currently available.</summary>
        internal static string @TextStore_TS_E_NOLAYOUT => GetResourceString("TextStore_TS_E_NOLAYOUT");
        /// <summary>Document is read-only.</summary>
        internal static string @TextStore_TS_E_READONLY => GetResourceString("TextStore_TS_E_READONLY");
        /// <summary>Layout information on TextView is not valid. Must call Validate before calling this method.</summary>
        internal static string @TextViewInvalidLayout => GetResourceString("TextViewInvalidLayout");
        /// <summary>AssemblyName property must be specified on ThemeDictionaryExtension.</summary>
        internal static string @ThemeDictionaryExtension_Name => GetResourceString("ThemeDictionaryExtension_Name");
        /// <summary>ThemeDictionaryExtension can be applied only to the Source property on ResourceDictionary.</summary>
        internal static string @ThemeDictionaryExtension_Source => GetResourceString("ThemeDictionaryExtension_Source");
        /// <summary>ToolBar style requires ToolBarOverflowPanel type. Cannot assign StyleName="ToolBarOverflowPanel" to '{0}'.</summary>
        internal static string @ToolBar_InvalidStyle_ToolBarOverflowPanel => GetResourceString("ToolBar_InvalidStyle_ToolBarOverflowPanel");
        /// <summary>ToolBar style requires ToolBarPanel type. Cannot assign StyleName="ToolBarPanel" to '{0}'.</summary>
        internal static string @ToolBar_InvalidStyle_ToolBarPanel => GetResourceString("ToolBar_InvalidStyle_ToolBarPanel");
        /// <summary>By default, ToolTip property does not support ToolTip element with StaysOpen set to false.</summary>
        internal static string @ToolTipStaysOpenFalseNotAllowed => GetResourceString("ToolTipStaysOpenFalseNotAllowed");
        /// <summary>{0}: {1}</summary>
        internal static string @ToStringFormatString_Control => GetResourceString("ToStringFormatString_Control");
        /// <summary>{0} Columns.Count:{1}</summary>
        internal static string @ToStringFormatString_GridView => GetResourceString("ToStringFormatString_GridView");
        /// <summary>{0} Header:{1}</summary>
        internal static string @ToStringFormatString_GridViewColumn => GetResourceString("ToStringFormatString_GridViewColumn");
        /// <summary>{0} Content:{1} Columns.Count:{2}</summary>
        internal static string @ToStringFormatString_GridViewRowPresenter => GetResourceString("ToStringFormatString_GridViewRowPresenter");
        /// <summary>{0} Columns.Count:{1}</summary>
        internal static string @ToStringFormatString_GridViewRowPresenterBase => GetResourceString("ToStringFormatString_GridViewRowPresenterBase");
        /// <summary>{0} Header:{1} Content:{2}</summary>
        internal static string @ToStringFormatString_HeaderedContentControl => GetResourceString("ToStringFormatString_HeaderedContentControl");
        /// <summary>{0} Header:{1} Items.Count:{2}</summary>
        internal static string @ToStringFormatString_HeaderedItemsControl => GetResourceString("ToStringFormatString_HeaderedItemsControl");
        /// <summary>{0} Items.Count:{1}</summary>
        internal static string @ToStringFormatString_ItemsControl => GetResourceString("ToStringFormatString_ItemsControl");
        /// <summary>{0} Minimum:{1} Maximum:{2} Value:{3}</summary>
        internal static string @ToStringFormatString_RangeBase => GetResourceString("ToStringFormatString_RangeBase");
        /// <summary>{0} Content:{1} IsChecked:{2}</summary>
        internal static string @ToStringFormatString_ToggleButton => GetResourceString("ToStringFormatString_ToggleButton");
        /// <summary>Must set IncreaseRepeatButton and DecreaseRepeatButton properties of Track to different RepeatButton instances.</summary>
        internal static string @Track_SameButtons => GetResourceString("Track_SameButtons");
        /// <summary>Transform is not valid for Window.</summary>
        internal static string @TransformNotSupported => GetResourceString("TransformNotSupported");
        /// <summary>TriggerAction is already sealed.</summary>
        internal static string @TriggerActionAlreadySealed => GetResourceString("TriggerActionAlreadySealed");
        /// <summary>TriggerAction object must be associated with one and only one trigger object.</summary>
        internal static string @TriggerActionMustBelongToASingleTrigger => GetResourceString("TriggerActionMustBelongToASingleTrigger");
        /// <summary>Style has no child nodes so Trigger cannot specify source node name '{0}'.</summary>
        internal static string @TriggerOnStyleNotAllowedToHaveSource => GetResourceString("TriggerOnStyleNotAllowedToHaveSource");
        /// <summary>Triggers collection members must be of type EventTrigger.</summary>
        internal static string @TriggersSupportsEventTriggersOnly => GetResourceString("TriggersSupportsEventTriggersOnly");
        /// <summary>The application cannot be deployed because it is not trusted and possibly unsafe.</summary>
        internal static string @TrustNotGrantedText => GetResourceString("TrustNotGrantedText");
        /// <summary>Trust Not Granted</summary>
        internal static string @TrustNotGrantedTitle => GetResourceString("TrustNotGrantedTitle");
        /// <summary>Two-way binding requires Path or XPath.</summary>
        internal static string @TwoWayBindingNeedsPath => GetResourceString("TwoWayBindingNeedsPath");
        /// <summary>Unexpected Type Id {0}. Type IDs must be sequential.</summary>
        internal static string @TypeIdOutOfSequence => GetResourceString("TypeIdOutOfSequence");
        /// <summary>'{0}' type must implement IAddChild to be used in FrameworkElementFactory AppendChild.</summary>
        internal static string @TypeMustImplementIAddChild => GetResourceString("TypeMustImplementIAddChild");
        /// <summary>Must specify type name and namespace.</summary>
        internal static string @TypeNameMustBeSpecified => GetResourceString("TypeNameMustBeSpecified");
        /// <summary>Conversion by ValueSerializer failed because no value serializer could be found for Type '{0}'.</summary>
        internal static string @TypeValueSerializerUnavailable => GetResourceString("TypeValueSerializerUnavailable");
        /// <summary>Cannot perform operation.</summary>
        internal static string @UIA_OperationCannotBePerformed => GetResourceString("UIA_OperationCannotBePerformed");
        /// <summary>A PageFunction without Content must either initiate a navigation or call OnReturn.</summary>
        internal static string @UiLessPageFunctionNotCallingOnReturn => GetResourceString("UiLessPageFunctionNotCallingOnReturn");
        /// <summary>Unable to convert to Int32Collection.</summary>
        internal static string @UnableToConvertInt32 => GetResourceString("UnableToConvertInt32");
        /// <summary>Cannot locate resource '{0}'.</summary>
        internal static string @UnableToLocateResource => GetResourceString("UnableToLocateResource");
        /// <summary>Undefined HighlightAnchor.</summary>
        internal static string @UndefinedHighlightAnchor => GetResourceString("UndefinedHighlightAnchor");
        /// <summary>Value of Container must be type IUndoService or IParentUndoUnit.</summary>
        internal static string @UndoContainerTypeMismatch => GetResourceString("UndoContainerTypeMismatch");
        /// <summary>UndoManager is already attached to some scope.</summary>
        internal static string @UndoManagerAlreadyAttached => GetResourceString("UndoManagerAlreadyAttached");
        /// <summary>Cannot add nonparent undo unit when there is no open IParentUndoUnit.</summary>
        internal static string @UndoNoOpenParentUnit => GetResourceString("UndoNoOpenParentUnit");
        /// <summary>Cannot close undo unit because no opened unit exists.</summary>
        internal static string @UndoNoOpenUnit => GetResourceString("UndoNoOpenUnit");
        /// <summary>This method can only be called while UndoService.State == UndoState.Normal.</summary>
        internal static string @UndoNotInNormalState => GetResourceString("UndoNotInNormalState");
        /// <summary>Cannot use UndoService while it is disabled.</summary>
        internal static string @UndoServiceDisabled => GetResourceString("UndoServiceDisabled");
        /// <summary>Cannot Reopen undo unit while another unit is already open.</summary>
        internal static string @UndoUnitAlreadyOpen => GetResourceString("UndoUnitAlreadyOpen");
        /// <summary>Cannot add undo unit to itself or one of its own children.</summary>
        internal static string @UndoUnitCantBeAddedTwice => GetResourceString("UndoUnitCantBeAddedTwice");
        /// <summary>Cannot open undo unit that is already open.</summary>
        internal static string @UndoUnitCantBeOpenedTwice => GetResourceString("UndoUnitCantBeOpenedTwice");
        /// <summary>Cannot modify locked unit.</summary>
        internal static string @UndoUnitLocked => GetResourceString("UndoUnitLocked");
        /// <summary>Cannot close unit. Cannot find unit as open unit in this ParentUndoUnit or its children.</summary>
        internal static string @UndoUnitNotFound => GetResourceString("UndoUnitNotFound");
        /// <summary>Cannot Reopen undo unit that is not on top of stack.</summary>
        internal static string @UndoUnitNotOnTopOfStack => GetResourceString("UndoUnitNotOnTopOfStack");
        /// <summary>Cannot Undo or Redo while undo unit is open.</summary>
        internal static string @UndoUnitOpen => GetResourceString("UndoUnitOpen");
        /// <summary>Unexpected attribute '{0}' in element '{1}'.</summary>
        internal static string @UnexpectedAttribute => GetResourceString("UnexpectedAttribute");
        /// <summary>Unexpected collection change action '{0}'.</summary>
        internal static string @UnexpectedCollectionChangeAction => GetResourceString("UnexpectedCollectionChangeAction");
        /// <summary>Expected {0} property, got {1}.</summary>
        internal static string @UnexpectedProperty => GetResourceString("UnexpectedProperty");
        /// <summary>Expected {0}, got {1}.</summary>
        internal static string @UnexpectedType => GetResourceString("UnexpectedType");
        /// <summary>'{0}' ValueType is not valid for Condition.</summary>
        internal static string @UnexpectedValueTypeForCondition => GetResourceString("UnexpectedValueTypeForCondition");
        /// <summary>'{0}' ValueType is not valid for DataTrigger.</summary>
        internal static string @UnexpectedValueTypeForDataTrigger => GetResourceString("UnexpectedValueTypeForDataTrigger");
        /// <summary>\"{{{0}}}{1}\" element found. Expected fixed page element ({{{2}}}{3}).</summary>
        internal static string @UnexpectedXmlNodeInXmlFixedPageInfoConstructor => GetResourceString("UnexpectedXmlNodeInXmlFixedPageInfoConstructor");
        /// <summary>Found unknown BAML record {0}.</summary>
        internal static string @UnknownBamlRecord => GetResourceString("UnknownBamlRecord");
        /// <summary>Container is unrecognized format.</summary>
        internal static string @UnknownContainerFormat => GetResourceString("UnknownContainerFormat");
        /// <summary>The application cannot be deployed because of an unknown error. Contact the application publisher for more information.</summary>
        internal static string @UnknownErrorText => GetResourceString("UnknownErrorText");
        /// <summary>Unknown Error</summary>
        internal static string @UnknownErrorTitle => GetResourceString("UnknownErrorTitle");
        /// <summary>Unrecognized integer index type. Stream might be corrupted.</summary>
        internal static string @UnknownIndexType => GetResourceString("UnknownIndexType");
        /// <summary>Unmatched bracket '{0}'.</summary>
        internal static string @UnmatchedBracket => GetResourceString("UnmatchedBracket");
        /// <summary>Localization comment has no value for target property '{0}'.</summary>
        internal static string @UnmatchedLocComment => GetResourceString("UnmatchedLocComment");
        /// <summary>Unmatched parenthesis '{0}'.</summary>
        internal static string @UnmatchedParen => GetResourceString("UnmatchedParen");
        /// <summary>'{0}' BamlNodeType is not recognized.</summary>
        internal static string @UnRecognizedBamlNodeType => GetResourceString("UnRecognizedBamlNodeType");
        /// <summary>Key value of type '{0}' cannot be serialized. Keys can only be a string, a type, or an enumeration value.</summary>
        internal static string @UnserializableKeyValue => GetResourceString("UnserializableKeyValue");
        /// <summary>'{0}' type trigger is not valid in a Style.</summary>
        internal static string @UnsupportedTriggerInStyle => GetResourceString("UnsupportedTriggerInStyle");
        /// <summary>'{0}' type trigger is not valid in a Template.</summary>
        internal static string @UnsupportedTriggerInTemplate => GetResourceString("UnsupportedTriggerInTemplate");
        /// <summary>Untitled</summary>
        internal static string @Untitled => GetResourceString("Untitled");
        /// <summary>Untitled</summary>
        internal static string @UntitledPrintJobDescription => GetResourceString("UntitledPrintJobDescription");
        /// <summary>The component '{0}' does not have a resource identified by the URI '{1}'.</summary>
        internal static string @UriNotMatchWithRootType => GetResourceString("UriNotMatchWithRootType");
        /// <summary>Validation rule '{0}' received unexpected value '{1}'.  (This could be caused by assigning the wrong ValidationStep to the rule.)</summary>
        internal static string @ValidationRule_UnexpectedValue => GetResourceString("ValidationRule_UnexpectedValue");
        /// <summary>Unrecognized ValidationStep '{0}' obtained from '{1}'.</summary>
        internal static string @ValidationRule_UnknownStep => GetResourceString("ValidationRule_UnknownStep");
        /// <summary>Value '{0}' could not be converted.</summary>
        internal static string @Validation_ConversionFailed => GetResourceString("Validation_ConversionFailed");
        /// <summary>Type of 'value' must be XamlReader.</summary>
        internal static string @ValueMustBeXamlReader => GetResourceString("ValueMustBeXamlReader");
        /// <summary>'{0}' is not a valid value for this property. Valid values are from Int32.MinValue through Int32.MaxValue.</summary>
        internal static string @ValueNotBetweenInt32MinMax => GetResourceString("ValueNotBetweenInt32MinMax");
        /// <summary>Conversion by a ValueSerializer failed because the IValueSerializerContext was not provided '{0}'.</summary>
        internal static string @ValueSerializerContextUnavailable => GetResourceString("ValueSerializerContextUnavailable");
        /// <summary>This collection does not support changing values with specific indexes.</summary>
        internal static string @VirtualizedCellInfoCollection_DoesNotSupportIndexChanges => GetResourceString("VirtualizedCellInfoCollection_DoesNotSupportIndexChanges");
        /// <summary>The collection cannot be modified.</summary>
        internal static string @VirtualizedCellInfoCollection_IsReadOnly => GetResourceString("VirtualizedCellInfoCollection_IsReadOnly");
        /// <summary>Element does not exist or it is virtualized; use VirtualizedItem Pattern if it is supported.</summary>
        internal static string @VirtualizedElement => GetResourceString("VirtualizedElement");
        /// <summary>'{0}' Style TargetType is a FrameworkElement, but the VisualTree root element '{1}' is a FrameworkContentElement. The root of the VisualTree must be a FrameworkElement when the TargetType is FrameworkElement.</summary>
        internal static string @VisualTreeRootIsFrameworkElement => GetResourceString("VisualTreeRootIsFrameworkElement");
        /// <summary>VisualTrigger does not support Setter type '{0}'.</summary>
        internal static string @VisualTriggerSettersIncludeUnsupportedSetterType => GetResourceString("VisualTriggerSettersIncludeUnsupportedSetterType");
        /// <summary>Cannot get IWebBrowser2 from the native ActiveX control.</summary>
        internal static string @WebBrowserNoCastToIWebBrowser2 => GetResourceString("WebBrowserNoCastToIWebBrowser2");
        /// <summary>Frames hosting HTML content cannot overlap each other in partial trust.</summary>
        internal static string @WebBrowserOverlap => GetResourceString("WebBrowserOverlap");
        /// <summary>Cannot create web request for specified Pack URI.</summary>
        internal static string @WebRequestCreationFailed => GetResourceString("WebRequestCreationFailed");
        /// <summary>NavigationWindow of PageFunction was already closed or navigated to different content.</summary>
        internal static string @WindowAlreadyClosed => GetResourceString("WindowAlreadyClosed");
        /// <summary>Window must be the root of the tree. Cannot add Window as a child of Visual.</summary>
        internal static string @WindowMustBeRoot => GetResourceString("WindowMustBeRoot");
        /// <summary>'{0}' instance passed to Run method must be created on the same thread as object '{1}'.</summary>
        internal static string @WindowPassedShouldBeOnApplicationThread => GetResourceString("WindowPassedShouldBeOnApplicationThread");
        /// <summary>Image has null or empty source name.</summary>
        internal static string @WpfPayload_InvalidImageSource => GetResourceString("WpfPayload_InvalidImageSource");
        /// <summary>Stream does not support writing.</summary>
        internal static string @WriteNotSupported => GetResourceString("WriteNotSupported");
        /// <summary>'{0}' root element is not valid for navigation.</summary>
        internal static string @WrongNavigateRootElement => GetResourceString("WrongNavigateRootElement");
        /// <summary>Selection type is not valid for this SelectionHandler.</summary>
        internal static string @WrongSelectionType => GetResourceString("WrongSelectionType");
        /// <summary>Cannot nest FixedPage in FixedPage.</summary>
        internal static string @XamlFilterNestedFixedPage => GetResourceString("XamlFilterNestedFixedPage");
        /// <summary>XmlGlyphRunInfo does not support access to graphic information.</summary>
        internal static string @XmlGlyphRunInfoIsNonGraphic => GetResourceString("XmlGlyphRunInfoIsNonGraphic");
        /// <summary>Cannot add '{0}' more than once to the same '{1}'.</summary>
        internal static string @XmlNodeAlreadyOwned => GetResourceString("XmlNodeAlreadyOwned");
        /// <summary>PackagePart references a Discard Control that has an incorrect content type.</summary>
        internal static string @XpsValidatingLoaderDiscardControlHasIncorrectType => GetResourceString("XpsValidatingLoaderDiscardControlHasIncorrectType");
        /// <summary>Element that cannot be shared was referenced more than once.</summary>
        internal static string @XpsValidatingLoaderDuplicateReference => GetResourceString("XpsValidatingLoaderDuplicateReference");
        /// <summary>Package has more than one Discard Control relationship.</summary>
        internal static string @XpsValidatingLoaderMoreThanOneDiscardControlInPackage => GetResourceString("XpsValidatingLoaderMoreThanOneDiscardControlInPackage");
        /// <summary>PackagePart has more than one Print Ticket relationship.</summary>
        internal static string @XpsValidatingLoaderMoreThanOnePrintTicketPart => GetResourceString("XpsValidatingLoaderMoreThanOnePrintTicketPart");
        /// <summary>Package has more than one Thumbnail relationship.</summary>
        internal static string @XpsValidatingLoaderMoreThanOneThumbnailInPackage => GetResourceString("XpsValidatingLoaderMoreThanOneThumbnailInPackage");
        /// <summary>PackagePart has more than one Thumbnail relationship.</summary>
        internal static string @XpsValidatingLoaderMoreThanOneThumbnailPart => GetResourceString("XpsValidatingLoaderMoreThanOneThumbnailPart");
        /// <summary>PackagePart references a Print Ticket that has an incorrect content type.</summary>
        internal static string @XpsValidatingLoaderPrintTicketHasIncorrectType => GetResourceString("XpsValidatingLoaderPrintTicketHasIncorrectType");
        /// <summary>PackagePart references a Restricted Font that has an incorrect content type.</summary>
        internal static string @XpsValidatingLoaderRestrictedFontHasIncorrectType => GetResourceString("XpsValidatingLoaderRestrictedFontHasIncorrectType");
        /// <summary>PackagePart references a Thumbnail that has an incorrect content type.</summary>
        internal static string @XpsValidatingLoaderThumbnailHasIncorrectType => GetResourceString("XpsValidatingLoaderThumbnailHasIncorrectType");
        /// <summary>XPS FixedPage markup references a resource that is not listed using a required-resource relationship or has an incorrect content type.</summary>
        internal static string @XpsValidatingLoaderUnlistedResource => GetResourceString("XpsValidatingLoaderUnlistedResource");
        /// <summary>XPS markup must be in one of the following XML encodings: UTF-8, UTF-16.</summary>
        internal static string @XpsValidatingLoaderUnsupportedEncoding => GetResourceString("XpsValidatingLoaderUnsupportedEncoding");
        /// <summary>Stream content type is not a supported XPS content type.</summary>
        internal static string @XpsValidatingLoaderUnsupportedMimeType => GetResourceString("XpsValidatingLoaderUnsupportedMimeType");
        /// <summary>Unexpected XML namespace of root element tag.</summary>
        internal static string @XpsValidatingLoaderUnsupportedRootNamespaceUri => GetResourceString("XpsValidatingLoaderUnsupportedRootNamespaceUri");
        /// <summary>URI in the XPS document points outside the Package.</summary>
        internal static string @XpsValidatingLoaderUriNotInSamePackage => GetResourceString("XpsValidatingLoaderUriNotInSamePackage");
        /// <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>'{0}' must have either a TimeSpan for its Duration or a TimeSpan for the KeyTime of its last KeyFrame. This '{0}' has a Duration of '{1}' and a KeyTime of '{2}' for its last KeyFrame, so the KeyTimes cannot be resolved.</summary>
        internal static string @Animation_InvalidAnimationUsingKeyFramesDuration => GetResourceString("Animation_InvalidAnimationUsingKeyFramesDuration");
        /// <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}; KeyFrames[{4}] has specified KeyTime '{5}', which resolves to time {6}.  ...</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>KeyFrameAnimation objects cannot have text objects as children.</summary>
        internal static string @Animation_NoTextChildren => GetResourceString("Animation_NoTextChildren");
        /// <summary>Browser hosting of WPF applications is not supported on this platform.</summary>
        internal static string @BrowserHostingNotSupported => GetResourceString("BrowserHostingNotSupported");
        /// <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 get part or part information from a write-only container.</summary>
        internal static string @CannotRetrievePartsOfWriteOnlyContainer => GetResourceString("CannotRetrievePartsOfWriteOnlyContainer");
        /// <summary>The number of elements in this collection must be less than or equal to '{0}'.</summary>
        internal static string @CollectionNumberOfElementsMustBeLessOrEqualTo => GetResourceString("CollectionNumberOfElementsMustBeLessOrEqualTo");
        /// <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>No current object to return.</summary>
        internal static string @Enumerator_VerifyContext => GetResourceString("Enumerator_VerifyContext");
        /// <summary>'{0}' enumeration value is not valid.</summary>
        internal static string @Enum_Invalid => GetResourceString("Enum_Invalid");
        /// <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>Specified value of type '{0}' must have IsFrozen set to false to modify.</summary>
        internal static string @Freezable_CantBeFrozen => GetResourceString("Freezable_CantBeFrozen");
        /// <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>Cannot set SandboxExternalContent to true in partial trust.</summary>
        internal static string @SecurityExceptionForSettingSandboxExternalToTrue => GetResourceString("SecurityExceptionForSettingSandboxExternalToTrue");
        /// <summary>Parameter cannot be a zero-length string.</summary>
        internal static string @StringEmpty => GetResourceString("StringEmpty");
        /// <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>Cannot change property metadata after it has been associated with a property.</summary>
        internal static string @TypeMetadataCannotChangeAfterUse => GetResourceString("TypeMetadataCannotChangeAfterUse");
        /// <summary>Parameter is unexpected type '{0}'. Expected type is '{1}'.</summary>
        internal static string @UnexpectedParameterType => GetResourceString("UnexpectedParameterType");
        /// <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");
 
    }
}