8 references to RealInfiniteWidth
PresentationCore (8)
MS\Internal\TextFormatting\TextFormatterImp.cs (5)
459
ArgumentOutOfRangeException.ThrowIfGreaterThan(paragraphWidth, Constants.
RealInfiniteWidth
);
461
double realMaxFontRenderingEmSize = Constants.
RealInfiniteWidth
/ Constants.GreatestMutiplierOfEm;
465
ArgumentOutOfRangeException.ThrowIfGreaterThan(paragraphProperties.Indent, Constants.
RealInfiniteWidth
, "paragraphProperties.Indent");
466
ArgumentOutOfRangeException.ThrowIfGreaterThan(paragraphProperties.LineHeight, Constants.
RealInfiniteWidth
, "paragraphProperties.LineHeight");
468
ArgumentOutOfRangeException.ThrowIfGreaterThan(paragraphProperties.DefaultIncrementalTab, Constants.
RealInfiniteWidth
, "paragraphProperties.DefaultIncrementalTab");
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
120
double realMaxFontRenderingEmSize = Constants.
RealInfiniteWidth
/ Constants.GreatestMutiplierOfEm;
System\Windows\Media\FormattedText.cs (1)
2008
private const double MaxFontEmSize = Constants.
RealInfiniteWidth
/ Constants.GreatestMutiplierOfEm;
System\Windows\Media\textformatting\TextParagraphCache.cs (1)
171
ArgumentOutOfRangeException.ThrowIfGreaterThan(maxLineWidth, Constants.
RealInfiniteWidth
);