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)
987return MaxLineLength(_lineCount); 1013MaxLineLength(_lineCount), 1056if (_lineCount + 1 >= _that._maxLineCount) 1063MaxLineLength(_lineCount + 1), 1094MaxLineLength(_lineCount),