5 writes to _linePosition
PresentationFramework (5)
System\Windows\Markup\XamlTypeMapper.cs (5)
300newMapper._linePosition = _linePosition; 522_linePosition = parserContext != null ? parserContext.LinePosition : 0; 699_linePosition = linePosition; 2921_linePosition = context != null ? context.LinePosition : 0; 3862set { _linePosition = value; }
6 references to _linePosition
PresentationFramework (6)
System\Windows\Markup\XamlTypeMapper.cs (6)
300newMapper._linePosition = _linePosition; 535XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 623XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 628XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, e); 640XamlParseException.ThrowException(parserContext, _lineNumber, _linePosition, message, null); 3819XamlParseException.ThrowException(message, innerException, _lineNumber, _linePosition);