9 references to IdealInfiniteWidth
PresentationCore (9)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (4)
64_maxLineWidth = Constants.IdealInfiniteWidth; 165return _pap.Wrap ? finiteFormatWidth : Constants.IdealInfiniteWidth; 176int formatWidth = (paragraphWidth <= 0 ? Constants.IdealInfiniteWidth : paragraphWidth); 181formatWidth = Math.Min(formatWidth, Constants.IdealInfiniteWidth);
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (1)
117Constants.IdealInfiniteWidth // formatWidth
Core\CSharp\MS\Internal\TextFormatting\LineServices.cs (1)
1562public const double RealInfiniteWidth = IdealInfiniteWidth * DefaultIdealToReal;
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
2380_settings.Formatter.IdealToReal((Constants.IdealInfiniteWidth - currentPosition), _settings.TextSource.PixelsPerDip), 2385else if (metrics.Width > _settings.Formatter.IdealToReal((Constants.IdealInfiniteWidth - currentPosition), _settings.TextSource.PixelsPerDip))
Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphCache.cs (1)
200return Constants.IdealInfiniteWidth;