6 writes to _nextLine
PresentationCore (6)
System\Windows\Media\FormattedText.cs (6)
904
_nextLine
= null;
922
_nextLine
= null;
1023
_nextLine
= null;
1044
_nextLine
= FormatLine(
1060
_nextLine
= null;
1160
_nextLine
= null;
8 references to _nextLine
PresentationCore (8)
System\Windows\Media\FormattedText.cs (8)
919
if (
_nextLine
!= null)
921
_nextLine
.Dispose();
1009
Debug.Assert(
_nextLine
== null);
1015
if (
_nextLine
== null)
1022
_currentLine =
_nextLine
;
1051
nextLineFits = (_totalHeight + _currentLine.Height +
_nextLine
.Height <= _that._maxTextHeight);
1057
if (
_nextLine
!= null)
1059
_nextLine
.Dispose();