5 writes to _linePosition
PresentationFramework (5)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
306newMapper._linePosition = _linePosition; 597_linePosition = parserContext != null ? parserContext.LinePosition : 0; 774_linePosition = linePosition; 3133_linePosition = context != null ? context.LinePosition : 0; 4081set { _linePosition = value; }
6 references to _linePosition
PresentationFramework (6)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (6)
306newMapper._linePosition = _linePosition; 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); 4038XamlParseException.ThrowException(message, innerException, _lineNumber, _linePosition);