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