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