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