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)
129get { return _maxLineWidth; }