2 writes to ParserContext
PresentationBuildTasks (2)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
89ParserContext = parserContext;
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
76ParserContext = parserContext;
8 references to ParserContext
PresentationBuildTasks (8)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
98ParserContext, xamlObjectNode, 886_compiler.AddGenericArguments(ParserContext, xamlDefAttributeNode.Value);
Framework\System\Windows\Markup\StyleXamlParser.cs (3)
421targetType = XamlTypeMapper.GetTypeFromBaseString(target, ParserContext, false); 425targetType = XamlTypeMapper.GetTypeFromBaseString(_styleTargetTypeString, ParserContext, false); 774BamlRecordWriter == null ? ParserContext : BamlRecordWriter.ParserContext,
Framework\System\Windows\Markup\TemplateXamlParser.cs (3)
469targetType = XamlTypeMapper.GetTypeFromBaseString(target, ParserContext, false); 771BamlRecordWriter == null ? ParserContext : BamlRecordWriter.ParserContext, 1293ParserContext,