3 writes to _lineCount
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
882
_lineCount
= 0;
993
++
_lineCount
;
1125
_lineCount
= 0;
5 references to _lineCount
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
944
return MaxLineLength(
_lineCount
);
970
MaxLineLength(
_lineCount
),
1013
if (
_lineCount
+ 1 >= _that._maxLineCount)
1020
MaxLineLength(
_lineCount
+ 1),
1047
MaxLineLength(
_lineCount
),