7 writes to _currentLine
PresentationCore (7)
System\Windows\Media\FormattedText.cs (7)
884
_currentLine
= null;
894
_currentLine
= null;
967
_currentLine
= FormatLine(
979
_currentLine
= null;
995
_currentLine
= _nextLine;
1044
_currentLine
= FormatLine(
1127
_currentLine
= null;
15 references to _currentLine
PresentationCore (15)
System\Windows\Media\FormattedText.cs (15)
893
_currentLine
?.Dispose();
922
return
_currentLine
;
962
if (
_currentLine
== null)
976
if (_totalHeight +
_currentLine
.Height > _that._maxTextHeight)
978
_currentLine
.Dispose();
999
TextLineBreak currentLineBreak =
_currentLine
.GetTextLineBreak();
1002
Debug.Assert(_totalHeight +
_currentLine
.Height <= _that._maxTextHeight);
1009
if (_textStorePosition +
_currentLine
.Length < _that._text.Length)
1019
_textStorePosition +
_currentLine
.Length,
1024
nextLineFits = (_totalHeight +
_currentLine
.Height + _nextLine.Height <= _that._maxTextHeight);
1033
if (_that._trimming != TextTrimming.None && !
_currentLine
.HasCollapsed)
1043
_currentLine
.Dispose();
1052
currentLineBreak =
_currentLine
.GetTextLineBreak();
1057
_previousHeight =
_currentLine
.Height;
1058
_previousLength =
_currentLine
.Length;