5 references to XamlParseException
PresentationFramework (5)
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
1762
XamlParseException parseException = new
XamlParseException
(message,
src\Framework\System\Windows\Markup\XamlParser.cs (1)
1460
XamlParseException parseException = new
XamlParseException
(message,
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
170
parseException = new
XamlParseException
(message, lineNumber, linePosition);
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
190
parseException = new
XamlParseException
(message, lineNumber, linePosition);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
789
XamlParseException parseException = new
XamlParseException
(message, lineNumber, linePosition);