6 references to ThrowException
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (2)
797XamlParseException.ThrowException( ParserContext, 5216XamlParseException.ThrowException(ParserContext, LineNumber, LinePosition, message, innerException);
System\Windows\Markup\XamlTypeMapper.cs (4)
527XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 615XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 620XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, e); 632XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null);