6 references to Wrap
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (1)
165
return _pap.
Wrap
? finiteFormatWidth : Constants.IdealInfiniteWidth;
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
357
else if (pap.
Wrap
)
385
if (pap.
Wrap
&& pap.OptimalBreak)
441
if ( pap.
Wrap
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
119
int widthLeft = (pap.
Wrap
&& paragraphWidth > 0) ? paragraphWidth : int.MaxValue;
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
399
if (!settings.Pap.
Wrap
&& settings.Pap.OptimalBreak)