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