7 writes to _currentLine
PresentationCore (7)
Core\CSharp\System\Windows\Media\FormattedText.cs (7)
931_currentLine = null; 944_currentLine = null; 1023_currentLine = FormatLine( 1035_currentLine = null; 1051_currentLine = _nextLine; 1104_currentLine = FormatLine( 1188_currentLine = null;
16 references to _currentLine
PresentationCore (16)
Core\CSharp\System\Windows\Media\FormattedText.cs (16)
941if (_currentLine != null) 943_currentLine.Dispose(); 977return _currentLine; 1017if (_currentLine == null) 1032if (_totalHeight + _currentLine.Height > _that._maxTextHeight) 1034_currentLine.Dispose(); 1055TextLineBreak currentLineBreak = _currentLine.GetTextLineBreak(); 1058Debug.Assert(_totalHeight + _currentLine.Height <= _that._maxTextHeight); 1065if (_textStorePosition + _currentLine.Length < _that._text.Length) 1075_textStorePosition + _currentLine.Length, 1080nextLineFits = (_totalHeight + _currentLine.Height + _nextLine.Height <= _that._maxTextHeight); 1092if (_that._trimming != TextTrimming.None && !_currentLine.HasCollapsed) 1103_currentLine.Dispose(); 1112currentLineBreak = _currentLine.GetTextLineBreak(); 1117_previousHeight = _currentLine.Height; 1118_previousLength = _currentLine.Length;