70 references to GetResourceString
System.ComponentModel.TypeConverter (70)
artifacts\obj\System.ComponentModel.TypeConverter\Debug\net10.0\System.SR.cs (70)
16internal static string @Array => GetResourceString("Array", @"{0} Array"); 18internal static string @Collection => GetResourceString("Collection", @"(Collection)"); 20internal static string @ConvertFromException => GetResourceString("ConvertFromException", @"{0} cannot convert from {1}."); 22internal static string @ConvertInvalidPrimitive => GetResourceString("ConvertInvalidPrimitive", @"{0} is not a valid value for {1}."); 24internal static string @ConvertToException => GetResourceString("ConvertToException", @"'{0}' is unable to convert '{1}' to '{2}'."); 26internal static string @EnumConverterInvalidValue => GetResourceString("EnumConverterInvalidValue", @"The value '{0}' is not a valid value for the enum '{1}'."); 28internal static string @EnumInvalidValue => GetResourceString("EnumInvalidValue", @"Type provided must be an Enum."); 30internal static string @ErrorInvalidEventHandler => GetResourceString("ErrorInvalidEventHandler", @"Invalid event handler for the {0} event."); 32internal static string @ErrorInvalidEventType => GetResourceString("ErrorInvalidEventType", @"Invalid type for the {0} event."); 34internal static string @ErrorInvalidPropertyType => GetResourceString("ErrorInvalidPropertyType", @"Invalid type for the {0} property"); 36internal static string @ErrorMissingEventAccessors => GetResourceString("ErrorMissingEventAccessors", @"Accessor methods for the {0} event are missing."); 38internal static string @ErrorMissingPropertyAccessors => GetResourceString("ErrorMissingPropertyAccessors", @"Accessor methods for the {0} property are missing."); 40internal static string @InvalidMemberName => GetResourceString("InvalidMemberName", @"Invalid member name"); 42internal static string @none => GetResourceString("none", @"(none)"); 44internal static string @Null => GetResourceString("Null", @"(null)"); 46internal static string @NullableConverterBadCtorArg => GetResourceString("NullableConverterBadCtorArg", @"The specified type is not a nullable type."); 48internal static string @RuntimeInstanceNotAllowed => GetResourceString("RuntimeInstanceNotAllowed", @"Runtime instantiation of this attribute is not allowed."); 50internal static string @Text => GetResourceString("Text", @"(Text)"); 52internal static string @TypeDescriptorAlreadyAssociated => GetResourceString("TypeDescriptorAlreadyAssociated", @"The primary and secondary objects are already associated with each other."); 54internal static string @TypeDescriptorArgsCountMismatch => GetResourceString("TypeDescriptorArgsCountMismatch", @"The number of elements in the Type and Object arrays must match."); 56internal static string @TypeDescriptorProviderError => GetResourceString("TypeDescriptorProviderError", @"The type description provider {0} has returned null from {1} which is illegal."); 58internal static string @TypeDescriptorExpectedElementType => GetResourceString("TypeDescriptorExpectedElementType", @"Expected types in the collection to be of type {0}."); 60internal static string @TypeDescriptorSameAssociation => GetResourceString("TypeDescriptorSameAssociation", @"Cannot create an association when the primary and secondary objects are the same."); 62internal static string @InvalidColor => GetResourceString("InvalidColor", @"Color '{0}' is not valid."); 64internal static string @TextParseFailedFormat => GetResourceString("TextParseFailedFormat", @"Text ""{0}"" cannot be parsed. The expected text format is ""{1}""."); 66internal static string @PropertyValueInvalidEntry => GetResourceString("PropertyValueInvalidEntry", @"IDictionary parameter contains at least one entry that is not valid. Ensure all values are consistent with the object's properties."); 68internal static string @InvalidParameter => GetResourceString("InvalidParameter", @"Invalid value '{1}' for parameter '{0}'."); 70internal static string @TimerAutoReset => GetResourceString("TimerAutoReset", @"Indicates whether the timer will be restarted when it is enabled."); 72internal static string @TimerEnabled => GetResourceString("TimerEnabled", @"Indicates whether the timer is enabled to fire events at a defined interval."); 74internal static string @TimerInterval => GetResourceString("TimerInterval", @"The number of milliseconds between timer events."); 76internal static string @TimerIntervalElapsed => GetResourceString("TimerIntervalElapsed", @"Occurs when the Interval has elapsed."); 78internal static string @TimerInvalidInterval => GetResourceString("TimerInvalidInterval", @"'{0}' is not a valid value for 'Interval'. 'Interval' must be greater than {1}."); 80internal static string @TimerSynchronizingObject => GetResourceString("TimerSynchronizingObject", @"The object used to marshal the event handler calls issued when an interval has elapsed."); 82internal static string @ToolboxItemAttributeFailedGetType => GetResourceString("ToolboxItemAttributeFailedGetType", @"Failed to create ToolboxItem of type: {0}"); 84internal static string @PropertyTabAttributeBadPropertyTabScope => GetResourceString("PropertyTabAttributeBadPropertyTabScope", @"Scope must be PropertyTabScope.Document or PropertyTabScope.Component"); 86internal static string @PropertyTabAttributeTypeLoadException => GetResourceString("PropertyTabAttributeTypeLoadException", @"Couldn't find type {0}"); 88internal static string @PropertyTabAttributeArrayLengthMismatch => GetResourceString("PropertyTabAttributeArrayLengthMismatch", @"tabClasses must have the same number of items as tabScopes"); 90internal static string @PropertyTabAttributeParamsBothNull => GetResourceString("PropertyTabAttributeParamsBothNull", @"An array of tab type names or tab types must be specified"); 92internal static string @ComObjectDescriptorsNotSupported => GetResourceString("ComObjectDescriptorsNotSupported", @"COM object type descriptor functionality has been disabled in the app configuration and is not supported."); 94internal static string @CultureInfoConverterDefaultCultureString => GetResourceString("CultureInfoConverterDefaultCultureString", @"(Default)"); 96internal static string @CultureInfoConverterInvalidCulture => GetResourceString("CultureInfoConverterInvalidCulture", @"The {0} culture cannot be converted to a CultureInfo object on this computer."); 98internal static string @IDesignerHostNotSupported => GetResourceString("IDesignerHostNotSupported", @"Designer support has been disabled in the app configuration and is not supported."); 100internal static string @ErrorInvalidServiceInstance => GetResourceString("ErrorInvalidServiceInstance", @"The service instance must derive from or implement {0}."); 102internal static string @ErrorServiceExists => GetResourceString("ErrorServiceExists", @"The service {0} already exists in the service container."); 104internal static string @InvalidArgumentValue => GetResourceString("InvalidArgumentValue", @"Value of '{0}' cannot be empty."); 106internal static string @InvalidNullArgument => GetResourceString("InvalidNullArgument", @"Null is not a valid value for {0}."); 108internal static string @DuplicateComponentName => GetResourceString("DuplicateComponentName", @"Duplicate component name '{0}'. Component names must be unique and case-insensitive."); 110internal static string @MaskedTextProviderPasswordAndPromptCharError => GetResourceString("MaskedTextProviderPasswordAndPromptCharError", @"The PasswordChar and PromptChar values cannot be the same."); 112internal static string @MaskedTextProviderInvalidCharError => GetResourceString("MaskedTextProviderInvalidCharError", @"The specified character value is not allowed for this property."); 114internal static string @MaskedTextProviderMaskInvalidChar => GetResourceString("MaskedTextProviderMaskInvalidChar", @"The specified mask contains invalid characters."); 116internal static string @InstanceDescriptorCannotBeStatic => GetResourceString("InstanceDescriptorCannotBeStatic", @"Parameter cannot be static."); 118internal static string @InstanceDescriptorMustBeStatic => GetResourceString("InstanceDescriptorMustBeStatic", @"Parameter must be static."); 120internal static string @InstanceDescriptorMustBeReadable => GetResourceString("InstanceDescriptorMustBeReadable", @"Parameter must be readable."); 122internal static string @InstanceDescriptorLengthMismatch => GetResourceString("InstanceDescriptorLengthMismatch", @"Length mismatch."); 124internal static string @MetaExtenderName => GetResourceString("MetaExtenderName", @"{0} on {1}"); 126internal static string @CantModifyListSortDescriptionCollection => GetResourceString("CantModifyListSortDescriptionCollection", @"Once a ListSortDescriptionCollection has been created it can't be modified."); 128internal static string @LicExceptionTypeOnly => GetResourceString("LicExceptionTypeOnly", @"A valid license cannot be granted for the type {0}. Contact the manufacturer of the component for more information."); 130internal static string @LicExceptionTypeAndInstance => GetResourceString("LicExceptionTypeAndInstance", @"An instance of type '{1}' was being created, and a valid license could not be granted for the type '{0}'. Please, contact the manufacturer of the component for more information."); 132internal static string @LicMgrContextCannotBeChanged => GetResourceString("LicMgrContextCannotBeChanged", @"The CurrentContext property of the LicenseManager is currently locked and cannot be changed."); 134internal static string @LicMgrAlreadyLocked => GetResourceString("LicMgrAlreadyLocked", @"The CurrentContext property of the LicenseManager is already locked by another user."); 136internal static string @LicMgrDifferentUser => GetResourceString("LicMgrDifferentUser", @"The CurrentContext property of the LicenseManager can only be unlocked with the same contextUser."); 138internal static string @CollectionConverterText => GetResourceString("CollectionConverterText", @"(Collection)"); 140internal static string @InstanceCreationEditorDefaultText => GetResourceString("InstanceCreationEditorDefaultText", @"(New...)"); 142internal static string @ErrorPropertyAccessorException => GetResourceString("ErrorPropertyAccessorException", @"Property accessor '{0}' on object '{1}' threw the following exception:'{2}'"); 144internal static string @CHECKOUTCanceled => GetResourceString("CHECKOUTCanceled", @"The checkout was canceled by the user."); 146internal static string @toStringNone => GetResourceString("toStringNone", @"(none)"); 148internal static string @MemberRelationshipService_RelationshipNotSupported => GetResourceString("MemberRelationshipService_RelationshipNotSupported", @"Relationships between {0}.{1} and {2}.{3} are not supported."); 150internal static string @BinaryFormatterMessage => GetResourceString("BinaryFormatterMessage", @"BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information."); 152internal static string @TypeIsNotRegistered => GetResourceString("TypeIsNotRegistered", @"The type {0} is not registered. Call 'TypeDescriptor.RegisterType()' to register the type."); 154internal static string @CustomTypeProviderNotImplemented => GetResourceString("CustomTypeProviderNotImplemented", @"Custom type providers must implement member {0}.");