src\Framework\System\windows\Documents\TextEditorCharacters.cs (7)
314double fontSize = (double)((TextSelection)This.Selection).GetCurrentValue(TextElement.FontSizeProperty);
329TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize);
335TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.IncreaseByAbsoluteValue);
356double fontSize = (double)((TextSelection)This.Selection).GetCurrentValue(TextElement.FontSizeProperty);
370TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize);
376TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
390TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, args.Parameter);