8 references to RealInfiniteWidth
PresentationCore (8)
MS\Internal\TextFormatting\TextFormatterImp.cs (5)
460
ArgumentOutOfRangeException.ThrowIfGreaterThan(paragraphWidth, Constants.
RealInfiniteWidth
);
462
double realMaxFontRenderingEmSize = Constants.
RealInfiniteWidth
/ Constants.GreatestMutiplierOfEm;
466
ArgumentOutOfRangeException.ThrowIfGreaterThan(paragraphProperties.Indent, Constants.
RealInfiniteWidth
, "paragraphProperties.Indent");
467
ArgumentOutOfRangeException.ThrowIfGreaterThan(paragraphProperties.LineHeight, Constants.
RealInfiniteWidth
, "paragraphProperties.LineHeight");
469
ArgumentOutOfRangeException.ThrowIfGreaterThan(paragraphProperties.DefaultIncrementalTab, Constants.
RealInfiniteWidth
, "paragraphProperties.DefaultIncrementalTab");
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
121
double realMaxFontRenderingEmSize = Constants.
RealInfiniteWidth
/ Constants.GreatestMutiplierOfEm;
System\Windows\Media\FormattedText.cs (1)
2025
const double MaxFontEmSize = Constants.
RealInfiniteWidth
/ Constants.GreatestMutiplierOfEm;
System\Windows\Media\textformatting\TextParagraphCache.cs (1)
172
ArgumentOutOfRangeException.ThrowIfGreaterThan(maxLineWidth, Constants.
RealInfiniteWidth
);