11 references to GreatestMutiplierOfEm
PresentationCore (11)
MS\Internal\FontFace\CompositeFontParser.cs (8)
40else if (value > Constants.GreatestMutiplierOfEm) 42value = Constants.GreatestMutiplierOfEm; 44else if (value < -Constants.GreatestMutiplierOfEm) 46value = -Constants.GreatestMutiplierOfEm; 56else if (value > Constants.GreatestMutiplierOfEm) 58value = Constants.GreatestMutiplierOfEm; 72else if (value > Constants.GreatestMutiplierOfEm) 74value = Constants.GreatestMutiplierOfEm;
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
485double realMaxFontRenderingEmSize = Constants.RealInfiniteWidth / Constants.GreatestMutiplierOfEm;
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
135double realMaxFontRenderingEmSize = Constants.RealInfiniteWidth / Constants.GreatestMutiplierOfEm;
System\Windows\Media\FormattedText.cs (1)
2041const double MaxFontEmSize = Constants.RealInfiniteWidth / Constants.GreatestMutiplierOfEm;