src\Framework\System\windows\Documents\TextEditorCharacters.cs (13)
195TextEditorCharacters._OnApplyProperty(This, TextElement.FontWeightProperty, fontWeight);
215TextEditorCharacters._OnApplyProperty(This, TextElement.FontStyleProperty, fontStyle);
249TextEditorCharacters._OnApplyProperty(This, Inline.TextDecorationsProperty, toggledTextDecorations);
268TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants);
287TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants);
329TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize);
370TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize);
390TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, args.Parameter);
403TextEditorCharacters._OnApplyProperty(This, TextElement.FontFamilyProperty, args.Parameter);
416TextEditorCharacters._OnApplyProperty(This, TextElement.ForegroundProperty, args.Parameter);
429TextEditorCharacters._OnApplyProperty(This, TextElement.BackgroundProperty, args.Parameter);
453TextEditorCharacters._OnApplyProperty(This, Inline.FlowDirectionProperty, FlowDirection.RightToLeft);
462TextEditorCharacters._OnApplyProperty(This, Inline.FlowDirectionProperty, FlowDirection.LeftToRight);