1 write to _maxLineCount
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1373
_maxLineCount
= value;
2 references to _maxLineCount
PresentationCore (2)
System\Windows\Media\FormattedText.cs (2)
1056
if (_lineCount + 1 >= _that.
_maxLineCount
)
1378
return
_maxLineCount
;