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