13 references to _OnApplyProperty
PresentationFramework (13)
System\windows\Documents\TextEditorCharacters.cs (13)
176TextEditorCharacters._OnApplyProperty(This, TextElement.FontWeightProperty, fontWeight);
196TextEditorCharacters._OnApplyProperty(This, TextElement.FontStyleProperty, fontStyle);
230TextEditorCharacters._OnApplyProperty(This, Inline.TextDecorationsProperty, toggledTextDecorations);
249TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants);
268TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants);
310TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize);
351TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize);
371TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, args.Parameter);
384TextEditorCharacters._OnApplyProperty(This, TextElement.FontFamilyProperty, args.Parameter);
397TextEditorCharacters._OnApplyProperty(This, TextElement.ForegroundProperty, args.Parameter);
410TextEditorCharacters._OnApplyProperty(This, TextElement.BackgroundProperty, args.Parameter);
434TextEditorCharacters._OnApplyProperty(This, Inline.FlowDirectionProperty, FlowDirection.RightToLeft);
443TextEditorCharacters._OnApplyProperty(This, Inline.FlowDirectionProperty, FlowDirection.LeftToRight);