11 references to GreatestMutiplierOfEm
PresentationCore (11)
MS\Internal\FontFace\CompositeFontParser.cs (8)
27else if (value > Constants.GreatestMutiplierOfEm) 29value = Constants.GreatestMutiplierOfEm; 31else if (value < -Constants.GreatestMutiplierOfEm) 33value = -Constants.GreatestMutiplierOfEm; 43else if (value > Constants.GreatestMutiplierOfEm) 45value = Constants.GreatestMutiplierOfEm; 59else if (value > Constants.GreatestMutiplierOfEm) 61value = Constants.GreatestMutiplierOfEm;
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
461double realMaxFontRenderingEmSize = Constants.RealInfiniteWidth / Constants.GreatestMutiplierOfEm;
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
120double realMaxFontRenderingEmSize = Constants.RealInfiniteWidth / Constants.GreatestMutiplierOfEm;
System\Windows\Media\FormattedText.cs (1)
2008private const double MaxFontEmSize = Constants.RealInfiniteWidth / Constants.GreatestMutiplierOfEm;