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