9 references to OneFontPoint
PresentationFramework (9)
System\windows\Documents\TextEditorCharacters.cs (7)
304
fontSize += TextEditorCharacters.
OneFontPoint
;
317
TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty,
OneFontPoint
, /*applyToParagraphs:*/false, PropertyValueAction.IncreaseByAbsoluteValue);
344
if (fontSize > TextEditorCharacters.
OneFontPoint
)
346
fontSize -= TextEditorCharacters.
OneFontPoint
;
347
if (fontSize < TextEditorCharacters.
OneFontPoint
)
349
fontSize = TextEditorCharacters.
OneFontPoint
;
358
TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty,
OneFontPoint
, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
System\Windows\Documents\TextRangeEdit.cs (2)
1931
if (newValue < TextEditorCharacters.
OneFontPoint
)
1933
newValue = TextEditorCharacters.
OneFontPoint
;