6 writes to _nextLine
PresentationCore (6)
Core\CSharp\System\Windows\Media\FormattedText.cs (6)
932
_nextLine
= null;
950
_nextLine
= null;
1052
_nextLine
= null;
1073
_nextLine
= FormatLine(
1089
_nextLine
= null;
1189
_nextLine
= null;
8 references to _nextLine
PresentationCore (8)
Core\CSharp\System\Windows\Media\FormattedText.cs (8)
947
if (
_nextLine
!= null)
949
_nextLine
.Dispose();
1038
Debug.Assert(
_nextLine
== null);
1044
if (
_nextLine
== null)
1051
_currentLine =
_nextLine
;
1080
nextLineFits = (_totalHeight + _currentLine.Height +
_nextLine
.Height <= _that._maxTextHeight);
1086
if (
_nextLine
!= null)
1088
_nextLine
.Dispose();