6 writes to _nextLine
PresentationCore (6)
Core\CSharp\System\Windows\Media\FormattedText.cs (6)
932_nextLine = null; 950_nextLine = null; 1052_nextLine = null; 1073_nextLine = FormatLine( 1089_nextLine = null; 1189_nextLine = null;
8 references to _nextLine
PresentationCore (8)
Core\CSharp\System\Windows\Media\FormattedText.cs (8)
947if (_nextLine != null) 949_nextLine.Dispose(); 1038Debug.Assert(_nextLine == null); 1044if (_nextLine == null) 1051_currentLine = _nextLine; 1080nextLineFits = (_totalHeight + _currentLine.Height + _nextLine.Height <= _that._maxTextHeight); 1086if (_nextLine != null) 1088_nextLine.Dispose();