9 references to OneFontPoint
PresentationFramework (9)
System\windows\Documents\TextEditorCharacters.cs (7)
303
fontSize += TextEditorCharacters.
OneFontPoint
;
316
TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty,
OneFontPoint
, /*applyToParagraphs:*/false, PropertyValueAction.IncreaseByAbsoluteValue);
343
if (fontSize > TextEditorCharacters.
OneFontPoint
)
345
fontSize -= TextEditorCharacters.
OneFontPoint
;
346
if (fontSize < TextEditorCharacters.
OneFontPoint
)
348
fontSize = TextEditorCharacters.
OneFontPoint
;
357
TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty,
OneFontPoint
, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
System\Windows\Documents\TextRangeEdit.cs (2)
1930
if (newValue < TextEditorCharacters.
OneFontPoint
)
1932
newValue = TextEditorCharacters.
OneFontPoint
;