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