6 references to ThrowException
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (2)
782XamlParseException.ThrowException( ParserContext, 5204XamlParseException.ThrowException(ParserContext, LineNumber, LinePosition, message, innerException);
System\Windows\Markup\XamlTypeMapper.cs (4)
520XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 608XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 613XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, e); 625XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null);