6 references to Wrap
PresentationCore (6)
MS\Internal\TextFormatting\FormatSettings.cs (1)
158return _pap.Wrap ? finiteFormatWidth : Constants.IdealInfiniteWidth;
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
310else if (pap.Wrap) 338if (pap.Wrap && pap.OptimalBreak) 390if ( pap.Wrap
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
107int widthLeft = (pap.Wrap && paragraphWidth > 0) ? paragraphWidth : int.MaxValue;
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
374if (!settings.Pap.Wrap && settings.Pap.OptimalBreak)