1 instantiation of ParserExtension
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
525
xamlParser = new
ParserExtension
(this, _parserContext, bamlWriter, SourceFileInfo.Stream, pass2);
1 reference to ParserExtension
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
102
Type rootType = isRootPublic ? xamlObjectNode.ElementType : typeof(
ParserExtension
);