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