System\windows\Documents\TextEditorCharacters.cs (7)
296double fontSize = (double)((TextSelection)This.Selection).GetCurrentValue(TextElement.FontSizeProperty);
311TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize);
317TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.IncreaseByAbsoluteValue);
338double fontSize = (double)((TextSelection)This.Selection).GetCurrentValue(TextElement.FontSizeProperty);
352TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize);
358TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, OneFontPoint, /*applyToParagraphs:*/false, PropertyValueAction.DecreaseByAbsoluteValue);
372TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, args.Parameter);