7 references to ChildTagLocalName
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
3623
ThrowException(nameof(SR.ParserXmlIslandMissing), GrandParentContext.
ChildTagLocalName
);
3734
ThrowException(nameof(SR.ParserXmlIslandMissing), GrandParentContext.
ChildTagLocalName
);
3858
ThrowException(nameof(SR.ParserXmlIslandUnexpected), GrandParentContext.
ChildTagLocalName
);
4351
FirstTagName = $"{((Type)GrandParentContext.ContextData).Name}.{GrandParentContext.
ChildTagLocalName
}";
4412
ThrowException(nameof(SR.ParserBadChild), ParentContext.
ChildTagLocalName
,
4413
GrandParentContext.
ChildTagLocalName
);
5035
CurrentContext.
ChildTagLocalName
);