11 references to GreatestMutiplierOfEm
PresentationCore (11)
MS\Internal\FontFace\CompositeFontParser.cs (8)
28else if (value > Constants.GreatestMutiplierOfEm) 30value = Constants.GreatestMutiplierOfEm; 32else if (value < -Constants.GreatestMutiplierOfEm) 34value = -Constants.GreatestMutiplierOfEm; 44else if (value > Constants.GreatestMutiplierOfEm) 46value = Constants.GreatestMutiplierOfEm; 60else if (value > Constants.GreatestMutiplierOfEm) 62value = Constants.GreatestMutiplierOfEm;
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
462double realMaxFontRenderingEmSize = Constants.RealInfiniteWidth / Constants.GreatestMutiplierOfEm;
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
121double realMaxFontRenderingEmSize = Constants.RealInfiniteWidth / Constants.GreatestMutiplierOfEm;
System\Windows\Media\FormattedText.cs (1)
2025const double MaxFontEmSize = Constants.RealInfiniteWidth / Constants.GreatestMutiplierOfEm;