7 references to ChildTagLocalName
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
3629ThrowException(nameof(SR.ParserXmlIslandMissing), GrandParentContext.ChildTagLocalName); 3740ThrowException(nameof(SR.ParserXmlIslandMissing), GrandParentContext.ChildTagLocalName); 3864ThrowException(nameof(SR.ParserXmlIslandUnexpected), GrandParentContext.ChildTagLocalName); 4357FirstTagName = $"{((Type)GrandParentContext.ContextData).Name}.{GrandParentContext.ChildTagLocalName}"; 4418ThrowException(nameof(SR.ParserBadChild), ParentContext.ChildTagLocalName, 4419GrandParentContext.ChildTagLocalName); 5041CurrentContext.ChildTagLocalName);