7 references to ChildTagLocalName
PresentationBuildTasks (7)
Framework\System\Windows\Markup\XamlReaderHelper.cs (7)
3630
ThrowException(SRID.ParserXmlIslandMissing, GrandParentContext.
ChildTagLocalName
);
3741
ThrowException(SRID.ParserXmlIslandMissing, GrandParentContext.
ChildTagLocalName
);
3865
ThrowException(SRID.ParserXmlIslandUnexpected, GrandParentContext.
ChildTagLocalName
);
4353
FirstTagName = ((Type)GrandParentContext.ContextData).Name + "." + GrandParentContext.
ChildTagLocalName
;
4414
ThrowException(SRID.ParserBadChild, ParentContext.
ChildTagLocalName
,
4415
GrandParentContext.
ChildTagLocalName
);
4990
CurrentContext.
ChildTagLocalName
);