3 writes to _lineCount
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
901_lineCount = 0; 1020++_lineCount; 1157_lineCount = 0;
5 references to _lineCount
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
971return MaxLineLength(_lineCount); 997MaxLineLength(_lineCount), 1040if (_lineCount + 1 >= _that._maxLineCount) 1047MaxLineLength(_lineCount + 1), 1078MaxLineLength(_lineCount),