5 references to MaxFontPoint
PresentationFramework (5)
System\windows\Documents\TextEditorCharacters.cs (3)
301
if (fontSize < TextEditorCharacters.
MaxFontPoint
)
304
if (fontSize > TextEditorCharacters.
MaxFontPoint
)
306
fontSize = TextEditorCharacters.
MaxFontPoint
;
System\Windows\Documents\TextRangeEdit.cs (2)
1934
else if (newValue > TextEditorCharacters.
MaxFontPoint
)
1936
newValue = TextEditorCharacters.
MaxFontPoint
;