6 references to Wrap
PresentationCore (6)
MS\Internal\TextFormatting\FormatSettings.cs (1)
163
return _pap.
Wrap
? finiteFormatWidth : Constants.IdealInfiniteWidth;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
329
else if (pap.
Wrap
)
357
if (pap.
Wrap
&& pap.OptimalBreak)
409
if ( pap.
Wrap
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
116
int widthLeft = (pap.
Wrap
&& paragraphWidth > 0) ? paragraphWidth : int.MaxValue;
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
397
if (!settings.Pap.
Wrap
&& settings.Pap.OptimalBreak)