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)
901
if (
_nextLine
!= null)
903
_nextLine
.Dispose();
991
Debug.Assert(
_nextLine
== null);
997
if (
_nextLine
== null)
1004
_currentLine =
_nextLine
;
1033
nextLineFits = (_totalHeight + _currentLine.Height +
_nextLine
.Height <= _that._maxTextHeight);
1039
if (
_nextLine
!= null)
1041
_nextLine
.Dispose();