3 references to XamlParseException
PresentationBuildTasks (3)
Framework\System\Windows\Markup\XAMLParseException.cs (1)
485xamlParseException = new XamlParseException(message, lineNumber, linePosition, innerException);
Framework\System\Windows\Markup\XamlParser.cs (1)
244XamlParseException parseException = new XamlParseException(newMessage, lineNumber, linePosition, e);
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
1415parseException = new XamlParseException(messageWithLineNumber, lineNumber, linePosition, innerException);