5 references to MaxFontPoint
PresentationFramework (5)
System\windows\Documents\TextEditorCharacters.cs (3)
302
if (fontSize < TextEditorCharacters.
MaxFontPoint
)
305
if (fontSize > TextEditorCharacters.
MaxFontPoint
)
307
fontSize = TextEditorCharacters.
MaxFontPoint
;
System\Windows\Documents\TextRangeEdit.cs (2)
1935
else if (newValue > TextEditorCharacters.
MaxFontPoint
)
1937
newValue = TextEditorCharacters.
MaxFontPoint
;