System\windows\Documents\TextEditorCharacters.cs (7)
295double fontSize = (double)((TextSelection)This.Selection).GetCurrentValue(TextElement.FontSizeProperty);
310TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize);
316TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.IncreaseByAbsoluteValue);
337double fontSize = (double)((TextSelection)This.Selection).GetCurrentValue(TextElement.FontSizeProperty);
351TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize);
357TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
371TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, args.Parameter);