6 references to ThrowException
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (2)
779XamlParseException.ThrowException( ParserContext, 5195XamlParseException.ThrowException(ParserContext, LineNumber, LinePosition, message, innerException);
System\Windows\Markup\XamlTypeMapper.cs (4)
517XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 605XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 610XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, e); 622XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null);