6 references to ThrowException
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
815XamlParseException.ThrowException( ParserContext, 5275XamlParseException.ThrowException(ParserContext, LineNumber, LinePosition, message, innerException);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (4)
610XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 698XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 703XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, e); 715XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null);