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