//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.17273 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace System.Activities.Presentation { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class SR { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal SR() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Activities.Presentation.SR", typeof(SR).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Activity could not be loaded because of errors in the XAML.. /// internal static string ActivityLoadError { get { return ResourceManager.GetString("ActivityLoadError", resourceCulture); } } /// /// Looks up a localized string similar to Add Annotation. /// internal static string AddAnnotationDescription { get { return ResourceManager.GetString("AddAnnotationDescription", resourceCulture); } } /// /// Looks up a localized string similar to Add Annotation. /// internal static string AddAnnotationTitle { get { return ResourceManager.GetString("AddAnnotationTitle", resourceCulture); } } /// /// Looks up a localized string similar to The Getter method of an Argument Accessor for Activity '{0}' threw an exception: ///{1}. /// internal static string ArgumentAccessorGetterThrewException { get { return ResourceManager.GetString("ArgumentAccessorGetterThrewException", resourceCulture); } } /// /// Looks up a localized string similar to The Setter method of an Argument Accessor for Activity '{0}' threw an exception: ///{1}. /// internal static string ArgumentAccessorSetterThrewException { get { return ResourceManager.GetString("ArgumentAccessorSetterThrewException", resourceCulture); } } /// /// Looks up a localized string similar to Attached property's name should not be empty or null.. /// internal static string AttachedPropertyNameShouldNotBeEmpty { get { return ResourceManager.GetString("AttachedPropertyNameShouldNotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Bounds must have non zero width and height.. /// internal static string BoundsMustBeNonZero { get { return ResourceManager.GetString("BoundsMustBeNonZero", resourceCulture); } } /// /// Looks up a localized string similar to Cannot construct line segment between point {0} and point {1}.. /// internal static string CannotConstructConnectionSegment { get { return ResourceManager.GetString("CannotConstructConnectionSegment", resourceCulture); } } /// /// Looks up a localized string similar to Cannot create an instance of "{0}".. /// internal static string CannotCreateInstance { get { return ResourceManager.GetString("CannotCreateInstance", resourceCulture); } } /// /// Looks up a localized string similar to Failed to get Argument Accessors from Activity '{0}' ///{1}.. /// internal static string CannotGetArgumentAccessorsForActivity { get { return ResourceManager.GetString("CannotGetArgumentAccessorsForActivity", resourceCulture); } } /// /// Looks up a localized string similar to Some data would be lost by changing type argument. Do you want to continue?. /// internal static string CannotMorphExpression { get { return ResourceManager.GetString("CannotMorphExpression", resourceCulture); } } /// /// Looks up a localized string similar to The default value will be cleared with this change, do you want to continue?. /// internal static string CannotPreserveDefaultValue { get { return ResourceManager.GetString("CannotPreserveDefaultValue", resourceCulture); } } /// /// Looks up a localized string similar to Namespace '{0}' cannot be resolved.. /// internal static string CannotResolveNamespace { get { return ResourceManager.GetString("CannotResolveNamespace", resourceCulture); } } /// /// Looks up a localized string similar to Cannot enable annotation when target framework is lower than 4.5. /// internal static string CantEnableAnnotationBefore45 { get { return ResourceManager.GetString("CantEnableAnnotationBefore45", resourceCulture); } } /// /// Looks up a localized string similar to One or more children have validation errors or warnings.. /// internal static string ChildValidationError { get { return ResourceManager.GetString("ChildValidationError", resourceCulture); } } /// /// Looks up a localized string similar to Collection Add. /// internal static string CollectionAddEditingScopeDescription { get { return ResourceManager.GetString("CollectionAddEditingScopeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Collection Clear. /// internal static string CollectionClearEditingScopeDescription { get { return ResourceManager.GetString("CollectionClearEditingScopeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Collection is read-only.. /// internal static string CollectionIsReadOnly { get { return ResourceManager.GetString("CollectionIsReadOnly", resourceCulture); } } /// /// Looks up a localized string similar to Collection Remove. /// internal static string CollectionRemoveEditingScopeDescription { get { return ResourceManager.GetString("CollectionRemoveEditingScopeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Could not change value after initialization.. /// internal static string CouldNotChangeValueAfterInitialization { get { return ResourceManager.GetString("CouldNotChangeValueAfterInitialization", resourceCulture); } } /// /// Looks up a localized string similar to Could not generate view for {0}.. /// internal static string CouldNotGenerateView { get { return ResourceManager.GetString("CouldNotGenerateView", resourceCulture); } } /// /// Looks up a localized string similar to This property could not be set after workflow designer is loaded. To fix the problem, please set this property before loading the workflow designer.. /// internal static string CouldNotSetPropertyAfterLoad { get { return ResourceManager.GetString("CouldNotSetPropertyAfterLoad", resourceCulture); } } /// /// Looks up a localized string similar to Activities that cannot be rendered in the designer cannot be cut or copied.. /// internal static string CutCopyErrorActivityMessage { get { return ResourceManager.GetString("CutCopyErrorActivityMessage", resourceCulture); } } /// /// Looks up a localized string similar to Cut-copy-paste feature requires DesignerView to be present.. /// internal static string CutCopyRequiresDesignerView { get { return ResourceManager.GetString("CutCopyRequiresDesignerView", resourceCulture); } } /// /// Looks up a localized string similar to Cut. /// internal static string CutOperationEditingScopeDescription { get { return ResourceManager.GetString("CutOperationEditingScopeDescription", resourceCulture); } } /// /// Looks up a localized string similar to http://msdn.microsoft.com/library/dd489402.aspx. /// internal static string DefaultHelpUrl { get { return ResourceManager.GetString("DefaultHelpUrl", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to delete all annotations in the workflow?. /// internal static string DeleteAllAnnotationMessage { get { return ResourceManager.GetString("DeleteAllAnnotationMessage", resourceCulture); } } /// /// Looks up a localized string similar to Delete All Annotations. /// internal static string DeleteAllAnnotationsDescription { get { return ResourceManager.GetString("DeleteAllAnnotationsDescription", resourceCulture); } } /// /// Looks up a localized string similar to Delete Annotation. /// internal static string DeleteAnnotationDescription { get { return ResourceManager.GetString("DeleteAnnotationDescription", resourceCulture); } } /// /// Looks up a localized string similar to Delete Annotation. /// internal static string DeleteAnnotationTitle { get { return ResourceManager.GetString("DeleteAnnotationTitle", resourceCulture); } } /// /// Looks up a localized string similar to Delete. /// internal static string DeleteOperationEditingScopeDescription { get { return ResourceManager.GetString("DeleteOperationEditingScopeDescription", resourceCulture); } } /// /// Looks up a localized string similar to DesignTimeValidationFeature '{0}' could only apply to type '{1}', not type '{2}'.. /// internal static string DesignTimeValidationFeatureOnlyAppliesToType { get { return ResourceManager.GetString("DesignTimeValidationFeatureOnlyAppliesToType", resourceCulture); } } /// /// Looks up a localized string similar to Dictionary Add. /// internal static string DictionaryAddEditingScopeDescription { get { return ResourceManager.GetString("DictionaryAddEditingScopeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Dictionary Clear. /// internal static string DictionaryClearEditingScopeDescription { get { return ResourceManager.GetString("DictionaryClearEditingScopeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Dictionary Edit. /// internal static string DictionaryEditEditingScopeDescription { get { return ResourceManager.GetString("DictionaryEditEditingScopeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Dictionary Remove. /// internal static string DictionaryRemoveEditingScopeDescription { get { return ResourceManager.GetString("DictionaryRemoveEditingScopeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Multiple items are dragged and dropped. DragDropHelper.SetDragDropMovedViewElements should have been called to indicate the WorkflowViewElements that are moved.. /// internal static string DraggingMulitpleItemsError { get { return ResourceManager.GetString("DraggingMulitpleItemsError", resourceCulture); } } /// /// Looks up a localized string similar to There is already an argument named '{0}' defined. Please choose a different name.. /// internal static string DuplicateArgumentName { get { return ResourceManager.GetString("DuplicateArgumentName", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is already declared in this scope. Identifiers are case-insensitive.. /// internal static string DuplicateIdentifier { get { return ResourceManager.GetString("DuplicateIdentifier", resourceCulture); } } /// /// Looks up a localized string similar to An item with the same key has already been added.. /// internal static string DuplicateKey { get { return ResourceManager.GetString("DuplicateKey", resourceCulture); } } /// /// Looks up a localized string similar to Member '{0}' has already been set on this object.. /// internal static string DuplicateMember { get { return ResourceManager.GetString("DuplicateMember", resourceCulture); } } /// /// Looks up a localized string similar to Duplicate name: '{0}'.. /// internal static string DuplicateName { get { return ResourceManager.GetString("DuplicateName", resourceCulture); } } /// /// Looks up a localized string similar to There is already a variable named '{0}' in this scope. Please choose a different name.. /// internal static string DuplicateVariableName { get { return ResourceManager.GetString("DuplicateVariableName", resourceCulture); } } /// /// Looks up a localized string similar to Edit Annotation. /// internal static string EditAnnotationTitle { get { return ResourceManager.GetString("EditAnnotationTitle", resourceCulture); } } /// /// Looks up a localized string similar to Element representation expected. /// internal static string ElementRepresentationExpected { get { return ResourceManager.GetString("ElementRepresentationExpected", resourceCulture); } } /// /// Looks up a localized string similar to Element representation expected at {0}, {1}. /// internal static string ElementRepresentationExpectedAt { get { return ResourceManager.GetString("ElementRepresentationExpectedAt", resourceCulture); } } /// /// Looks up a localized string similar to Argument cannot have empty name.. /// internal static string EmptyArgumentName { get { return ResourceManager.GetString("EmptyArgumentName", resourceCulture); } } /// /// Looks up a localized string similar to Variable cannot have empty name.. /// internal static string EmptyVariableName { get { return ResourceManager.GetString("EmptyVariableName", resourceCulture); } } /// /// Looks up a localized string similar to Invalidate return value from SortSelectedItems. The items returned must be the same as the items passed in except the order. /// internal static string Error_BadOutputFromSortSelectedItems { get { return ResourceManager.GetString("Error_BadOutputFromSortSelectedItems", resourceCulture); } } /// /// Looks up a localized string similar to Trying to sort some item that is not in the view.. /// internal static string Error_CantFindItemInWIsP { get { return ResourceManager.GetString("Error_CantFindItemInWIsP", resourceCulture); } } /// /// Looks up a localized string similar to Item '{0}' is not on view.. /// internal static string Error_ItemNotOnView { get { return ResourceManager.GetString("Error_ItemNotOnView", resourceCulture); } } /// /// Looks up a localized string similar to Moving more than one items from ICompositeView. Implement OnItemsMoved in ICompositeView.. /// internal static string Error_MovingMoreThanOneItemsFromICompositeView { get { return ResourceManager.GetString("Error_MovingMoreThanOneItemsFromICompositeView", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' doesn't have public default constructor which is required for a valid custom ExpressionActivityEditor.. /// internal static string ExpressionActivityEditorRequiresDefaultConstructor { get { return ResourceManager.GetString("ExpressionActivityEditorRequiresDefaultConstructor", resourceCulture); } } /// /// Looks up a localized string similar to Enter a VB expression. /// internal static string ExpressionDefaultText { get { return ResourceManager.GetString("ExpressionDefaultText", resourceCulture); } } /// /// Looks up a localized string similar to Cannot convert the generated expression from type ‘{0}’ to ‘{1}’.. /// internal static string ExpressionTypeDonnotMatch { get { return ResourceManager.GetString("ExpressionTypeDonnotMatch", resourceCulture); } } /// /// Looks up a localized string similar to Parameterless construction is not supported.. /// internal static string InvalidConstructorCall { get { return ResourceManager.GetString("InvalidConstructorCall", resourceCulture); } } /// /// Looks up a localized string similar to {0} is not a valid expression editor name, which cannot be null or white spaces only.. /// internal static string InvalidExpressionEditorName { get { return ResourceManager.GetString("InvalidExpressionEditorName", resourceCulture); } } /// /// Looks up a localized string similar to {0} is not a valid expression editor name, which cannot be white spaces only.. /// internal static string InvalidExpressionEditorNameToSet { get { return ResourceManager.GetString("InvalidExpressionEditorNameToSet", resourceCulture); } } /// /// Looks up a localized string similar to {0} is not a valid expression editor type, which must be a derived class of {1}.. /// internal static string InvalidExpressionEditorType { get { return ResourceManager.GetString("InvalidExpressionEditorType", resourceCulture); } } /// /// Looks up a localized string similar to {0} is not a valid type, which must be a derive class of {1}.. /// internal static string InvalidExpressionMorphHelperType { get { return ResourceManager.GetString("InvalidExpressionMorphHelperType", resourceCulture); } } /// /// Looks up a localized string similar to {0} is not a valid value for {1}.. /// internal static string InvalidFlagName { get { return ResourceManager.GetString("InvalidFlagName", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not a valid identifier. It may contain invalid characters or it is a reserved keyword.. /// internal static string InvalidIdentifier { get { return ResourceManager.GetString("InvalidIdentifier", resourceCulture); } } /// /// Looks up a localized string similar to Call to BeginEdit() with shouldApplyChangesImmediately=true cannot be nested inside another EditingScope or another call to BeginEdit().. /// internal static string InvalidNestedModelItemBeginEditExceptionMessage { get { return ResourceManager.GetString("InvalidNestedModelItemBeginEditExceptionMessage", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not a valid XAML member name.. /// internal static string InvalidXamlMemberName { get { return ResourceManager.GetString("InvalidXamlMemberName", resourceCulture); } } /// /// Looks up a localized string similar to The given key was not present in the dictionary. /// internal static string KeyNotFound { get { return ResourceManager.GetString("KeyNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Member '{0}' already has content.. /// internal static string MemberCanOnlyBeSetOnce { get { return ResourceManager.GetString("MemberCanOnlyBeSetOnce", resourceCulture); } } /// /// Looks up a localized string similar to Incorrect Xaml Encountered. Attachable member '{0}' can only be set on types assignable from '{1}'. /// internal static string MemberOnBadTargetType { get { return ResourceManager.GetString("MemberOnBadTargetType", resourceCulture); } } /// /// Looks up a localized string similar to "path" should contain at least one element.. /// internal static string ModelItemPathArrayShouldNotBeEmpty { get { return ResourceManager.GetString("ModelItemPathArrayShouldNotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Item Move. /// internal static string MoveEditingScopeDescription { get { return ResourceManager.GetString("MoveEditingScopeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Element of NamespaceList must be NamespaceData.. /// internal static string NamespaceListArgumentMustBeNamespaceData { get { return ResourceManager.GetString("NamespaceListArgumentMustBeNamespaceData", resourceCulture); } } /// /// Looks up a localized string similar to NamespaceList could not accept duplicate namespaces.. /// internal static string NamespaceListNoDuplicate { get { return ResourceManager.GetString("NamespaceListNoDuplicate", resourceCulture); } } /// /// Looks up a localized string similar to Default parameterless constructor not found.. /// internal static string NoDefaultCtorError { get { return ResourceManager.GetString("NoDefaultCtorError", resourceCulture); } } /// /// Looks up a localized string similar to Cannot find an expression editor named '{0}'. . /// internal static string NonRegisteredExpressionEditor { get { return ResourceManager.GetString("NonRegisteredExpressionEditor", resourceCulture); } } /// /// Looks up a localized string similar to Argument key is not of type string.. /// internal static string NonSupportedDynamicArgumentKeyType { get { return ResourceManager.GetString("NonSupportedDynamicArgumentKeyType", resourceCulture); } } /// /// Looks up a localized string similar to Argument type of parameters is not supported.. /// internal static string NonSupportedDynamicArgumentType { get { return ResourceManager.GetString("NonSupportedDynamicArgumentType", resourceCulture); } } /// /// Looks up a localized string similar to Data input of the dialog is neither ModelItemCollection nor ModelItemDictionary.. /// internal static string NonSupportedModelItemCollectionOrDictionary { get { return ResourceManager.GetString("NonSupportedModelItemCollectionOrDictionary", resourceCulture); } } /// /// Looks up a localized string similar to ModelPropertyPathExpanderConverter doesn't support converting path string back to ModelProperty.. /// internal static string NonSupportedModelPropertyPathExpanderConverterConvertBack { get { return ResourceManager.GetString("NonSupportedModelPropertyPathExpanderConverterConvertBack", resourceCulture); } } /// /// Looks up a localized string similar to Collection '{0}' does not support text content.. /// internal static string NoTextInCollection { get { return ResourceManager.GetString("NoTextInCollection", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' is not assignable to type '{1}' of member '{2}' and there is no TypeConverter defined on the member.. /// internal static string NoTextInProperty { get { return ResourceManager.GetString("NoTextInProperty", resourceCulture); } } /// /// Looks up a localized string similar to Notify Annotation Text Changed. /// internal static string NotifyAnnotationTextChangedDescription { get { return ResourceManager.GetString("NotifyAnnotationTextChangedDescription", resourceCulture); } } /// /// Looks up a localized string similar to The framework identifier '{0}' is not supported in the workflow designer. Please use '.NET Framework' or '.NETFramework' as identifier.. /// internal static string NotSupportedFrameworkIdentifier { get { return ResourceManager.GetString("NotSupportedFrameworkIdentifier", resourceCulture); } } /// /// Looks up a localized string similar to The framework profile '{0}' is not supported in the workflow designer. Please use empty or 'Client' as profile value.. /// internal static string NotSupportedFrameworkProfile { get { return ResourceManager.GetString("NotSupportedFrameworkProfile", resourceCulture); } } /// /// Looks up a localized string similar to The .Net Framework {0} is not supported in the workflow designer.. /// internal static string NotSupportedFrameworkVersion { get { return ResourceManager.GetString("NotSupportedFrameworkVersion", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' is not a valid toolbox type. Reason: {1}. /// internal static string NotSupportedToolboxTypeFormatString { get { return ResourceManager.GetString("NotSupportedToolboxTypeFormatString", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' cannot be initialized with text content because it does not have a TypeConverter.. /// internal static string NoTypeConverter { get { return ResourceManager.GetString("NoTypeConverter", resourceCulture); } } /// /// Looks up a localized string similar to Paste. /// internal static string PasteUndoDescription { get { return ResourceManager.GetString("PasteUndoDescription", resourceCulture); } } /// /// Looks up a localized string similar to Cannot find ShowInOutlineViewAttribute promoted property '{0}' on type: '{1}'. Specify an existing property of type: '{1}' as promoted property. If this promoted property is not required, remove it from ShowInOutlineViewAttribute() constructor.. /// internal static string PromotedPropertyNotFound { get { return ResourceManager.GetString("PromotedPropertyNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Property Change. /// internal static string PropertyChangeEditingScopeDescription { get { return ResourceManager.GetString("PropertyChangeEditingScopeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Property '{0}' does not exist. /// internal static string PropertyDoesntExistFormatString { get { return ResourceManager.GetString("PropertyDoesntExistFormatString", resourceCulture); } } /// /// Looks up a localized string similar to Property is read-only.. /// internal static string PropertyIsReadOnly { get { return ResourceManager.GetString("PropertyIsReadOnly", resourceCulture); } } /// /// Looks up a localized string similar to Property Reference Change. /// internal static string PropertyReferenceChangeEditingScopeDescription { get { return ResourceManager.GetString("PropertyReferenceChangeEditingScopeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Found in property '{0}'. /// internal static string SearchHintText { get { return ResourceManager.GetString("SearchHintText", resourceCulture); } } /// /// Looks up a localized string similar to See the Error List window for more details.. /// internal static string SeeErrorWindow { get { return ResourceManager.GetString("SeeErrorWindow", resourceCulture); } } /// /// Looks up a localized string similar to The provided SourceReferenceID '{0}' could not be found in the workflow.. /// internal static string SourceReferenceIdNotFoundInWorkflow { get { return ResourceManager.GetString("SourceReferenceIdNotFoundInWorkflow", resourceCulture); } } /// /// Looks up a localized string similar to Cannot modify ToolName or AssemblyName of already initialized ToolboxItem.. /// internal static string ToolboxItemFrozenDescription { get { return ResourceManager.GetString("ToolboxItemFrozenDescription", resourceCulture); } } /// /// Looks up a localized string similar to The selected type could not be created.. /// internal static string TypeBrowserError { get { return ResourceManager.GetString("TypeBrowserError", resourceCulture); } } /// /// Looks up a localized string similar to Type Browser. /// internal static string TypeBrowserErrorMessageTitle { get { return ResourceManager.GetString("TypeBrowserErrorMessageTitle", resourceCulture); } } /// /// Looks up a localized string similar to The supplied type '{0}' does not inherit from System.Activities.Activity.. /// internal static string TypeDoesNotInheritFromActivity { get { return ResourceManager.GetString("TypeDoesNotInheritFromActivity", resourceCulture); } } /// /// Looks up a localized string similar to Not all generic types could be resolved.. /// internal static string TypeResolverError { get { return ResourceManager.GetString("TypeResolverError", resourceCulture); } } /// /// Looks up a localized string similar to Type Resolver. /// internal static string TypeResolverErrorMessageTitle { get { return ResourceManager.GetString("TypeResolverErrorMessageTitle", resourceCulture); } } /// /// Looks up a localized string similar to Select Types. /// internal static string TypeResolverWindowTitle { get { return ResourceManager.GetString("TypeResolverWindowTitle", resourceCulture); } } /// /// Looks up a localized string similar to defaultTypes should not contain null.. /// internal static string TypeResolvingOptionsArgumentExceptionMessage { get { return ResourceManager.GetString("TypeResolvingOptionsArgumentExceptionMessage", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' is not assignable to item type '{1}' nor any other content type of collection '{2}'.. /// internal static string UnassignableCollection { get { return ResourceManager.GetString("UnassignableCollection", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' is not assignable to type '{1}' of member '{2}'.. /// internal static string UnassignableObject { get { return ResourceManager.GetString("UnassignableObject", resourceCulture); } } /// /// Looks up a localized string similar to Bookmark is garbage collected without being committed or rolled back.. /// internal static string UndoEngine_NotDisposedBookmark { get { return ResourceManager.GetString("UndoEngine_NotDisposedBookmark", resourceCulture); } } /// /// Looks up a localized string similar to Operation '{0}' not allowed on disposed object.. /// internal static string UndoEngine_OperationNotAllowed { get { return ResourceManager.GetString("UndoEngine_OperationNotAllowed", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' does not have a suitable TypeConverter or content property to handle this content.. /// internal static string UnknownContent { get { return ResourceManager.GetString("UnknownContent", resourceCulture); } } /// /// Looks up a localized string similar to Could not resolve type '{0}' because could not find one or more of its type arguments.. /// internal static string UnresolvedGenericType { get { return ResourceManager.GetString("UnresolvedGenericType", resourceCulture); } } /// /// Looks up a localized string similar to Could not find member '{0}' in type '{1}'.. /// internal static string UnresolvedMember { get { return ResourceManager.GetString("UnresolvedMember", resourceCulture); } } /// /// Looks up a localized string similar to Could not resolve name: '{0}'.. /// internal static string UnresolvedName { get { return ResourceManager.GetString("UnresolvedName", resourceCulture); } } /// /// Looks up a localized string similar to Could not find type '{0}' in assembly '{1}'.. /// internal static string UnresolvedTypeInAssembly { get { return ResourceManager.GetString("UnresolvedTypeInAssembly", resourceCulture); } } /// /// Looks up a localized string similar to Could not find type '{0}' in namespace '{1}'.. /// internal static string UnresolvedTypeInNamespace { get { return ResourceManager.GetString("UnresolvedTypeInNamespace", resourceCulture); } } /// /// Looks up a localized string similar to Value was set in XAML.. /// internal static string UnsupportedExpressionHintText { get { return ResourceManager.GetString("UnsupportedExpressionHintText", resourceCulture); } } /// /// Looks up a localized string similar to The file '{0}' may have come from a location that isn't fully trusted. It could present a security risk by opening the file that could cause damage to your computer or compromise your private information. ///To avoid this exception, please do the security check first (you can refer this link http://msdn.microsoft.com/library/system.security.permissionset.aspx to get information about IsUnrestricted check) and turn on LoadingFromUntrustedSourceEnabled by setting DesignerConfigurationService.LoadingFromUntruste [rest of string was truncated]";. /// internal static string UntrustedSourceDetected { get { return ResourceManager.GetString("UntrustedSourceDetected", resourceCulture); } } /// /// Looks up a localized string similar to Update parameters. /// internal static string UpdateDynamicArgumentsDescription { get { return ResourceManager.GetString("UpdateDynamicArgumentsDescription", resourceCulture); } } /// /// Looks up a localized string similar to Design time validation is turned off. Validation occurs only at runtime. To validate your workflow, either enable validation by modifying the registry key[HKCU\Software\Microsoft\.NETFramework\v[assembly version]\System.Activities.Presentation\DisableValidateOnModelItemChanged] and reopening the designer or call ActivityValidationServices.Validate() on an instance of your workflow.. /// internal static string ValidationDisabledWarning { get { return ResourceManager.GetString("ValidationDisabledWarning", resourceCulture); } } /// /// Looks up a localized string similar to View State Change. /// internal static string ViewStateUndoUnitDescription { get { return ResourceManager.GetString("ViewStateUndoUnitDescription", resourceCulture); } } /// /// Looks up a localized string similar to Warning: {0}. /// internal static string WarningFormat { get { return ResourceManager.GetString("WarningFormat", resourceCulture); } } /// /// Looks up a localized string similar to Workflow Designer. /// internal static string WorkflowDesignerErrorPresenterTitle { get { return ResourceManager.GetString("WorkflowDesignerErrorPresenterTitle", resourceCulture); } } /// /// Looks up a localized string similar to Load should be called before calling this method.. /// internal static string WorkflowDesignerLoadShouldBeCalledFirst { get { return ResourceManager.GetString("WorkflowDesignerLoadShouldBeCalledFirst", resourceCulture); } } /// /// Looks up a localized string similar to Load should be called only once during the lifetime of a workflow designer object.. /// internal static string WorkflowDesignerLoadShouldBeCalledOnlyOnce { get { return ResourceManager.GetString("WorkflowDesignerLoadShouldBeCalledOnlyOnce", resourceCulture); } } /// /// Looks up a localized string similar to Value of Text property should not be empty or null.. /// internal static string WorkflowDesignerTextShouldNotBeNull { get { return ResourceManager.GetString("WorkflowDesignerTextShouldNotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Wrap in Sequence. /// internal static string WrapInSequenceDescription { get { return ResourceManager.GetString("WrapInSequenceDescription", resourceCulture); } } } }