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)
900
if (
_nextLine
!= null)
902
_nextLine
.Dispose();
990
Debug.Assert(
_nextLine
== null);
996
if (
_nextLine
== null)
1003
_currentLine =
_nextLine
;
1032
nextLineFits = (_totalHeight + _currentLine.Height +
_nextLine
.Height <= _that._maxTextHeight);
1038
if (
_nextLine
!= null)
1040
_nextLine
.Dispose();