5 references to MaxFontPoint
PresentationFramework (5)
System\windows\Documents\TextEditorCharacters.cs (3)
318
if (fontSize < TextEditorCharacters.
MaxFontPoint
)
321
if (fontSize > TextEditorCharacters.
MaxFontPoint
)
323
fontSize = TextEditorCharacters.
MaxFontPoint
;
System\Windows\Documents\TextRangeEdit.cs (2)
1937
else if (newValue > TextEditorCharacters.
MaxFontPoint
)
1939
newValue = TextEditorCharacters.
MaxFontPoint
;