2 writes to ParserContext
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
80ParserContext = parserContext;
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
68ParserContext = parserContext;
8 references to ParserContext
PresentationBuildTasks (8)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
89ParserContext, xamlObjectNode, 880_compiler.AddGenericArguments(ParserContext, xamlDefAttributeNode.Value);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (3)
412targetType = XamlTypeMapper.GetTypeFromBaseString(target, ParserContext, false); 416targetType = XamlTypeMapper.GetTypeFromBaseString(_styleTargetTypeString, ParserContext, false); 762BamlRecordWriter == null ? ParserContext : BamlRecordWriter.ParserContext,
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (3)
461targetType = XamlTypeMapper.GetTypeFromBaseString(target, ParserContext, false); 758BamlRecordWriter == null ? ParserContext : BamlRecordWriter.ParserContext, 1281ParserContext,