11 references to GreatestMutiplierOfEm
PresentationCore (11)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (8)
42else if (value > Constants.GreatestMutiplierOfEm) 44value = Constants.GreatestMutiplierOfEm; 46else if (value < -Constants.GreatestMutiplierOfEm) 48value = -Constants.GreatestMutiplierOfEm; 58else if (value > Constants.GreatestMutiplierOfEm) 60value = Constants.GreatestMutiplierOfEm; 74else if (value > Constants.GreatestMutiplierOfEm) 76value = Constants.GreatestMutiplierOfEm;
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
497double realMaxFontRenderingEmSize = Constants.RealInfiniteWidth / Constants.GreatestMutiplierOfEm;
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
141double realMaxFontRenderingEmSize = Constants.RealInfiniteWidth / Constants.GreatestMutiplierOfEm;
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
2058const double MaxFontEmSize = Constants.RealInfiniteWidth / Constants.GreatestMutiplierOfEm;