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();
982
Debug.Assert(
_nextLine
== null);
988
if (
_nextLine
== null)
995
_currentLine =
_nextLine
;
1024
nextLineFits = (_totalHeight + _currentLine.Height +
_nextLine
.Height <= _that._maxTextHeight);
1030
_nextLine
?.Dispose();