2 writes to _maxLineWidth
PresentationCore (2)
MS\Internal\TextFormatting\FormatSettings.cs (2)
62
_maxLineWidth
= Constants.IdealInfiniteWidth;
141
_maxLineWidth
= Math.Max(maxLineWidth, 0);
1 reference to _maxLineWidth
PresentationCore (1)
MS\Internal\TextFormatting\FormatSettings.cs (1)
127
get { return
_maxLineWidth
; }