6 writes to _nextLine
PresentationCore (6)
System\Windows\Media\FormattedText.cs (6)
886_nextLine = null; 904_nextLine = null; 1005_nextLine = null; 1026_nextLine = FormatLine( 1042_nextLine = null; 1140_nextLine = null;
8 references to _nextLine
PresentationCore (8)
System\Windows\Media\FormattedText.cs (8)
901if (_nextLine != null) 903_nextLine.Dispose(); 991Debug.Assert(_nextLine == null); 997if (_nextLine == null) 1004_currentLine = _nextLine; 1033nextLineFits = (_totalHeight + _currentLine.Height + _nextLine.Height <= _that._maxTextHeight); 1039if (_nextLine != null) 1041_nextLine.Dispose();