7 references to ChildTagLocalName
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
3622
ThrowException(nameof(SR.ParserXmlIslandMissing), GrandParentContext.
ChildTagLocalName
);
3733
ThrowException(nameof(SR.ParserXmlIslandMissing), GrandParentContext.
ChildTagLocalName
);
3857
ThrowException(nameof(SR.ParserXmlIslandUnexpected), GrandParentContext.
ChildTagLocalName
);
4349
FirstTagName = $"{((Type)GrandParentContext.ContextData).Name}.{GrandParentContext.
ChildTagLocalName
}";
4410
ThrowException(nameof(SR.ParserBadChild), ParentContext.
ChildTagLocalName
,
4411
GrandParentContext.
ChildTagLocalName
);
5034
CurrentContext.
ChildTagLocalName
);