8 references to LineInfo
System.Xaml (8)
System\Xaml\InfosetObjects\XamlNodes.cs (1)
153str += "LineInfo: " + LineInfo.ToString();
System\Xaml\InfosetObjects\XamlXmlReader.cs (2)
248if (_current.LineInfo != null) 250_currentLineInfo = _current.LineInfo;
System\Xaml\ReaderDelegate.cs (1)
42_currentLineInfo = _currentNode.LineInfo;
System\Xaml\ReaderMultiIndexDelegate.cs (2)
54if (_currentNode.LineInfo != null) 56_currentLineInfo = _currentNode.LineInfo;
System\Xaml\XamlBackgroundReader.cs (2)
215_lineNumber = _currentNode.LineInfo.LineNumber; 216_linePosition = _currentNode.LineInfo.LinePosition;