3 writes to _lineCount
PresentationCore (3)
Core\CSharp\System\Windows\Media\FormattedText.cs (3)
929
_lineCount
= 0;
1049
++
_lineCount
;
1186
_lineCount
= 0;
5 references to _lineCount
PresentationCore (5)
Core\CSharp\System\Windows\Media\FormattedText.cs (5)
999
return MaxLineLength(
_lineCount
);
1026
MaxLineLength(
_lineCount
),
1069
if (
_lineCount
+ 1 >= _that._maxLineCount)
1076
MaxLineLength(
_lineCount
+ 1),
1107
MaxLineLength(
_lineCount
),