src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (24)
1103ThrowException(nameof(SR.ParserDuplicateProperty1), usageProp.FullName);
1222ThrowException(nameof(SR.ParserEmptyComplexProp), XmlReader.Name);
1319ThrowException(nameof(SR.ParserUnknownXmlType),
2102ThrowException(nameof(SR.ParserEntityReference), XmlReader.Name);
2347ThrowException(nameof(SR.ParserUndeclaredNS), String.Empty);
2366ThrowException(nameof(SR.ParserMappingUriInvalid), mappingUri);
3013ThrowException(nameof(SR.ParserNoNameOnType), parentType.Name);
3089ThrowException(nameof(SR.ParserNoType), typeName);
3153ThrowException(nameof(SR.ParserDupDictionaryKey), attribValue);
3290ThrowException(nameof(SR.ParserNoNameOnType), parentType.Name);
3623ThrowException(nameof(SR.ParserXmlIslandMissing), GrandParentContext.ChildTagLocalName);
3626ThrowException(nameof(SR.ParserNoNamespace), localName);
3685ThrowException(nameof(SR.ParserNoEventTag), localName);
3734ThrowException(nameof(SR.ParserXmlIslandMissing), GrandParentContext.ChildTagLocalName);
3822ThrowException(nameof(SR.ParserEntityReference), localName);
3858ThrowException(nameof(SR.ParserXmlIslandUnexpected), GrandParentContext.ChildTagLocalName);
3916ThrowException(nameof(SR.ParserCantGetProperty), propName);
3962ThrowException(nameof(SR.ParserNestedComplexProp), complexPropName);
4065ThrowException(nameof(SR.ParserCantGetProperty), complexPropName);
4117ThrowException(nameof(SR.ParserEmptyComplexProp), complexPropName);
4133ThrowException(nameof(SR.ParserPropNoValue), dynamicObjectName);
4661ThrowException(nameof(SR.ParserCannotAddAnyChildren), parentType.FullName);
4688ThrowException(nameof(SR.ParserNoChildrenTag), ParentContext.ContextData.ToString());
5248ThrowException(nameof(SR.ParserXmlReaderNoLineInfo),