6 references to ThrowException
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (2)
788XamlParseException.ThrowException( ParserContext, 5207XamlParseException.ThrowException(ParserContext, LineNumber, LinePosition, message, innerException);
System\Windows\Markup\XamlTypeMapper.cs (4)
525XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 613XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 618XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, e); 630XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null);