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