6 writes to _nextLine
PresentationCore (6)
System\Windows\Media\FormattedText.cs (6)
885_nextLine = null; 903_nextLine = null; 1004_nextLine = null; 1025_nextLine = FormatLine( 1041_nextLine = null; 1139_nextLine = null;
8 references to _nextLine
PresentationCore (8)
System\Windows\Media\FormattedText.cs (8)
900if (_nextLine != null) 902_nextLine.Dispose(); 990Debug.Assert(_nextLine == null); 996if (_nextLine == null) 1003_currentLine = _nextLine; 1032nextLineFits = (_totalHeight + _currentLine.Height + _nextLine.Height <= _that._maxTextHeight); 1038if (_nextLine != null) 1040_nextLine.Dispose();