6 writes to _nextLine
PresentationCore (6)
System\Windows\Media\FormattedText.cs (6)
904_nextLine = null; 922_nextLine = null; 1023_nextLine = null; 1044_nextLine = FormatLine( 1060_nextLine = null; 1160_nextLine = null;
8 references to _nextLine
PresentationCore (8)
System\Windows\Media\FormattedText.cs (8)
919if (_nextLine != null) 921_nextLine.Dispose(); 1009Debug.Assert(_nextLine == null); 1015if (_nextLine == null) 1022_currentLine = _nextLine; 1051nextLineFits = (_totalHeight + _currentLine.Height + _nextLine.Height <= _that._maxTextHeight); 1057if (_nextLine != null) 1059_nextLine.Dispose();