3 types derived from XamlParser
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
27internal class ParserExtension : XamlParser
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
45internal class StyleXamlParser : XamlParser
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
33internal class TemplateXamlParser : XamlParser
9 references to XamlParser
PresentationBuildTasks (9)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
499XamlParser xamlParser = null;
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (3)
355XamlParser.ThrowException(nameof(SR.ParserBadKey), 792XamlParser.ThrowException(nameof(SR.ParserBadKey), 1571XamlParser.ThrowException(nameof(SR.ParserNoDictionaryKey),
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1554private XamlParser _previousXamlParser;
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1797private XamlParser _previousXamlParser;
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
110XamlParser xamlParser, 6749internal XamlParser ControllingXamlParser 6808private XamlParser _xamlParser;