3 writes to _lineCount
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
883
_lineCount
= 0;
1002
++
_lineCount
;
1137
_lineCount
= 0;
5 references to _lineCount
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
953
return MaxLineLength(
_lineCount
);
979
MaxLineLength(
_lineCount
),
1022
if (
_lineCount
+ 1 >= _that._maxLineCount)
1029
MaxLineLength(
_lineCount
+ 1),
1059
MaxLineLength(
_lineCount
),