2 instantiations of MappingParseError
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
2719
throw new
MappingParseError
(_scanner.Start, token, _token);
2724
throw new
MappingParseError
(_scanner.Start, MappingScanner.Ident, _token, ident);
1 reference to MappingParseError
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2611
catch (
MappingParseError
)