9 references to OneFontPoint
PresentationFramework (9)
System\windows\Documents\TextEditorCharacters.cs (7)
320
fontSize += TextEditorCharacters.
OneFontPoint
;
333
TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty,
OneFontPoint
, /*applyToParagraphs:*/false, PropertyValueAction.IncreaseByAbsoluteValue);
360
if (fontSize > TextEditorCharacters.
OneFontPoint
)
362
fontSize -= TextEditorCharacters.
OneFontPoint
;
363
if (fontSize < TextEditorCharacters.
OneFontPoint
)
365
fontSize = TextEditorCharacters.
OneFontPoint
;
374
TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty,
OneFontPoint
, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
System\Windows\Documents\TextRangeEdit.cs (2)
1933
if (newValue < TextEditorCharacters.
OneFontPoint
)
1935
newValue = TextEditorCharacters.
OneFontPoint
;