2 references to MaxFontSize
PresentationFramework (2)
src\Framework\System\Windows\Documents\Block.cs (1)
513
double maxLineHeight = Math.Min(1000000, PTS.
MaxFontSize
);
src\Framework\System\Windows\Documents\TextElement.cs (1)
1657
double maxFontSize = Math.Min(1000000, PTS.
MaxFontSize
);