7 references to ChildTagLocalName
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
3619
ThrowException(nameof(SR.ParserXmlIslandMissing), GrandParentContext.
ChildTagLocalName
);
3730
ThrowException(nameof(SR.ParserXmlIslandMissing), GrandParentContext.
ChildTagLocalName
);
3854
ThrowException(nameof(SR.ParserXmlIslandUnexpected), GrandParentContext.
ChildTagLocalName
);
4346
FirstTagName = $"{((Type)GrandParentContext.ContextData).Name}.{GrandParentContext.
ChildTagLocalName
}";
4407
ThrowException(nameof(SR.ParserBadChild), ParentContext.
ChildTagLocalName
,
4408
GrandParentContext.
ChildTagLocalName
);
5031
CurrentContext.
ChildTagLocalName
);