3 writes to _lineCount
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
901
_lineCount
= 0;
1020
++
_lineCount
;
1157
_lineCount
= 0;
5 references to _lineCount
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
971
return MaxLineLength(
_lineCount
);
997
MaxLineLength(
_lineCount
),
1040
if (
_lineCount
+ 1 >= _that._maxLineCount)
1047
MaxLineLength(
_lineCount
+ 1),
1078
MaxLineLength(
_lineCount
),