6 writes to _nextLine
PresentationCore (6)
System\Windows\Media\FormattedText.cs (6)
885_nextLine = null; 896_nextLine = null; 996_nextLine = null; 1017_nextLine = FormatLine( 1031_nextLine = null; 1128_nextLine = null;
6 references to _nextLine
PresentationCore (6)
System\Windows\Media\FormattedText.cs (6)
895_nextLine?.Dispose(); 982Debug.Assert(_nextLine == null); 988if (_nextLine == null) 995_currentLine = _nextLine; 1024nextLineFits = (_totalHeight + _currentLine.Height + _nextLine.Height <= _that._maxTextHeight); 1030_nextLine?.Dispose();