1 write to _maxLineCount
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1389
_maxLineCount
= value;
2 references to _maxLineCount
PresentationCore (2)
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
1069
if (_lineCount + 1 >= _that.
_maxLineCount
)
1394
return
_maxLineCount
;