9 references to OneFontPoint
PresentationFramework (9)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (7)
322
fontSize += TextEditorCharacters.
OneFontPoint
;
335
TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty,
OneFontPoint
, /*applyToParagraphs:*/false, PropertyValueAction.IncreaseByAbsoluteValue);
362
if (fontSize > TextEditorCharacters.
OneFontPoint
)
364
fontSize -= TextEditorCharacters.
OneFontPoint
;
365
if (fontSize < TextEditorCharacters.
OneFontPoint
)
367
fontSize = TextEditorCharacters.
OneFontPoint
;
376
TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty,
OneFontPoint
, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1935
if (newValue < TextEditorCharacters.
OneFontPoint
)
1937
newValue = TextEditorCharacters.
OneFontPoint
;