5 writes to _linePosition
PresentationFramework (5)
System\Windows\Markup\XamlTypeMapper.cs (5)
292newMapper._linePosition = _linePosition; 514_linePosition = parserContext != null ? parserContext.LinePosition : 0; 691_linePosition = linePosition; 2913_linePosition = context != null ? context.LinePosition : 0; 3854set { _linePosition = value; }
6 references to _linePosition
PresentationFramework (6)
System\Windows\Markup\XamlTypeMapper.cs (6)
292newMapper._linePosition = _linePosition; 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); 3811XamlParseException.ThrowException(message, innerException, _lineNumber, _linePosition);