2 writes to _maxLineWidth
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (2)
64
_maxLineWidth
= Constants.IdealInfiniteWidth;
143
_maxLineWidth
= Math.Max(maxLineWidth, 0);
1 reference to _maxLineWidth
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (1)
129
get { return
_maxLineWidth
; }