3 writes to _lineCount
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
917
_lineCount
= 0;
1036
++
_lineCount
;
1173
_lineCount
= 0;
5 references to _lineCount
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
987
return MaxLineLength(
_lineCount
);
1013
MaxLineLength(
_lineCount
),
1056
if (
_lineCount
+ 1 >= _that._maxLineCount)
1063
MaxLineLength(
_lineCount
+ 1),
1094
MaxLineLength(
_lineCount
),