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)
999return MaxLineLength(_lineCount); 1026MaxLineLength(_lineCount), 1069if (_lineCount + 1 >= _that._maxLineCount) 1076MaxLineLength(_lineCount + 1), 1107MaxLineLength(_lineCount),