71 references to GetResourceString
System.ComponentModel.TypeConverter (71)
src\runtime\artifacts\obj\System.ComponentModel.TypeConverter\Release\net11.0\System.SR.cs (70)
16internal static string @Array => GetResourceString("Array"); 18internal static string @Collection => GetResourceString("Collection"); 20internal static string @ConvertFromException => GetResourceString("ConvertFromException"); 22internal static string @ConvertInvalidPrimitive => GetResourceString("ConvertInvalidPrimitive"); 24internal static string @ConvertToException => GetResourceString("ConvertToException"); 26internal static string @EnumConverterInvalidValue => GetResourceString("EnumConverterInvalidValue"); 28internal static string @EnumInvalidValue => GetResourceString("EnumInvalidValue"); 30internal static string @ErrorInvalidEventHandler => GetResourceString("ErrorInvalidEventHandler"); 32internal static string @ErrorInvalidEventType => GetResourceString("ErrorInvalidEventType"); 34internal static string @ErrorInvalidPropertyType => GetResourceString("ErrorInvalidPropertyType"); 36internal static string @ErrorMissingEventAccessors => GetResourceString("ErrorMissingEventAccessors"); 38internal static string @ErrorMissingPropertyAccessors => GetResourceString("ErrorMissingPropertyAccessors"); 40internal static string @InvalidMemberName => GetResourceString("InvalidMemberName"); 42internal static string @none => GetResourceString("none"); 44internal static string @Null => GetResourceString("Null"); 46internal static string @NullableConverterBadCtorArg => GetResourceString("NullableConverterBadCtorArg"); 48internal static string @RuntimeInstanceNotAllowed => GetResourceString("RuntimeInstanceNotAllowed"); 50internal static string @Text => GetResourceString("Text"); 52internal static string @TypeDescriptorAlreadyAssociated => GetResourceString("TypeDescriptorAlreadyAssociated"); 54internal static string @TypeDescriptorArgsCountMismatch => GetResourceString("TypeDescriptorArgsCountMismatch"); 56internal static string @TypeDescriptorProviderError => GetResourceString("TypeDescriptorProviderError"); 58internal static string @TypeDescriptorExpectedElementType => GetResourceString("TypeDescriptorExpectedElementType"); 60internal static string @TypeDescriptorSameAssociation => GetResourceString("TypeDescriptorSameAssociation"); 62internal static string @InvalidColor => GetResourceString("InvalidColor"); 64internal static string @TextParseFailedFormat => GetResourceString("TextParseFailedFormat"); 66internal static string @PropertyValueInvalidEntry => GetResourceString("PropertyValueInvalidEntry"); 68internal static string @InvalidParameter => GetResourceString("InvalidParameter"); 70internal static string @TimerAutoReset => GetResourceString("TimerAutoReset"); 72internal static string @TimerEnabled => GetResourceString("TimerEnabled"); 74internal static string @TimerInterval => GetResourceString("TimerInterval"); 76internal static string @TimerIntervalElapsed => GetResourceString("TimerIntervalElapsed"); 78internal static string @TimerInvalidInterval => GetResourceString("TimerInvalidInterval"); 80internal static string @TimerSynchronizingObject => GetResourceString("TimerSynchronizingObject"); 82internal static string @ToolboxItemAttributeFailedGetType => GetResourceString("ToolboxItemAttributeFailedGetType"); 84internal static string @PropertyTabAttributeBadPropertyTabScope => GetResourceString("PropertyTabAttributeBadPropertyTabScope"); 86internal static string @PropertyTabAttributeTypeLoadException => GetResourceString("PropertyTabAttributeTypeLoadException"); 88internal static string @PropertyTabAttributeArrayLengthMismatch => GetResourceString("PropertyTabAttributeArrayLengthMismatch"); 90internal static string @PropertyTabAttributeParamsBothNull => GetResourceString("PropertyTabAttributeParamsBothNull"); 92internal static string @ComObjectDescriptorsNotSupported => GetResourceString("ComObjectDescriptorsNotSupported"); 94internal static string @CultureInfoConverterDefaultCultureString => GetResourceString("CultureInfoConverterDefaultCultureString"); 96internal static string @CultureInfoConverterInvalidCulture => GetResourceString("CultureInfoConverterInvalidCulture"); 98internal static string @IDesignerHostNotSupported => GetResourceString("IDesignerHostNotSupported"); 100internal static string @ErrorInvalidServiceInstance => GetResourceString("ErrorInvalidServiceInstance"); 102internal static string @ErrorServiceExists => GetResourceString("ErrorServiceExists"); 104internal static string @InvalidArgumentValue => GetResourceString("InvalidArgumentValue"); 106internal static string @InvalidNullArgument => GetResourceString("InvalidNullArgument"); 108internal static string @DuplicateComponentName => GetResourceString("DuplicateComponentName"); 110internal static string @MaskedTextProviderPasswordAndPromptCharError => GetResourceString("MaskedTextProviderPasswordAndPromptCharError"); 112internal static string @MaskedTextProviderInvalidCharError => GetResourceString("MaskedTextProviderInvalidCharError"); 114internal static string @MaskedTextProviderMaskInvalidChar => GetResourceString("MaskedTextProviderMaskInvalidChar"); 116internal static string @InstanceDescriptorCannotBeStatic => GetResourceString("InstanceDescriptorCannotBeStatic"); 118internal static string @InstanceDescriptorMustBeStatic => GetResourceString("InstanceDescriptorMustBeStatic"); 120internal static string @InstanceDescriptorMustBeReadable => GetResourceString("InstanceDescriptorMustBeReadable"); 122internal static string @InstanceDescriptorLengthMismatch => GetResourceString("InstanceDescriptorLengthMismatch"); 124internal static string @MetaExtenderName => GetResourceString("MetaExtenderName"); 126internal static string @CantModifyListSortDescriptionCollection => GetResourceString("CantModifyListSortDescriptionCollection"); 128internal static string @LicExceptionTypeOnly => GetResourceString("LicExceptionTypeOnly"); 130internal static string @LicExceptionTypeAndInstance => GetResourceString("LicExceptionTypeAndInstance"); 132internal static string @LicMgrContextCannotBeChanged => GetResourceString("LicMgrContextCannotBeChanged"); 134internal static string @LicMgrAlreadyLocked => GetResourceString("LicMgrAlreadyLocked"); 136internal static string @LicMgrDifferentUser => GetResourceString("LicMgrDifferentUser"); 138internal static string @CollectionConverterText => GetResourceString("CollectionConverterText"); 140internal static string @InstanceCreationEditorDefaultText => GetResourceString("InstanceCreationEditorDefaultText"); 142internal static string @ErrorPropertyAccessorException => GetResourceString("ErrorPropertyAccessorException"); 144internal static string @CHECKOUTCanceled => GetResourceString("CHECKOUTCanceled"); 146internal static string @toStringNone => GetResourceString("toStringNone"); 148internal static string @MemberRelationshipService_RelationshipNotSupported => GetResourceString("MemberRelationshipService_RelationshipNotSupported"); 150internal static string @BinaryFormatterMessage => GetResourceString("BinaryFormatterMessage"); 152internal static string @TypeIsNotRegistered => GetResourceString("TypeIsNotRegistered"); 154internal static string @CustomTypeProviderNotImplemented => GetResourceString("CustomTypeProviderNotImplemented");
src\runtime\src\libraries\Common\src\System\SR.cs (1)
60string resourceString = GetResourceString(resourceKey);