6 references to Wrap
PresentationCore (6)
MS\Internal\TextFormatting\FormatSettings.cs (1)
157return _pap.Wrap ? finiteFormatWidth : Constants.IdealInfiniteWidth;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
298else if (pap.Wrap) 326if (pap.Wrap && pap.OptimalBreak) 378if ( pap.Wrap
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
106int widthLeft = (pap.Wrap && paragraphWidth > 0) ? paragraphWidth : int.MaxValue;
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
373if (!settings.Pap.Wrap && settings.Pap.OptimalBreak)