2 references to MaxFontEmSize
PresentationCore (2)
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
301
if (emSize >
MaxFontEmSize
)
302
throw new ArgumentOutOfRangeException("emSize", SR.Get(SRID.ParameterCannotBeGreaterThan,
MaxFontEmSize
));