13 references to _OnApplyProperty
PresentationFramework (13)
System\windows\Documents\TextEditorCharacters.cs (13)
193TextEditorCharacters._OnApplyProperty(This, TextElement.FontWeightProperty, fontWeight);
213TextEditorCharacters._OnApplyProperty(This, TextElement.FontStyleProperty, fontStyle);
247TextEditorCharacters._OnApplyProperty(This, Inline.TextDecorationsProperty, toggledTextDecorations);
266TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants);
285TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants);
327TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize);
368TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize);
388TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, args.Parameter);
401TextEditorCharacters._OnApplyProperty(This, TextElement.FontFamilyProperty, args.Parameter);
414TextEditorCharacters._OnApplyProperty(This, TextElement.ForegroundProperty, args.Parameter);
427TextEditorCharacters._OnApplyProperty(This, TextElement.BackgroundProperty, args.Parameter);
451TextEditorCharacters._OnApplyProperty(This, Inline.FlowDirectionProperty, FlowDirection.RightToLeft);
460TextEditorCharacters._OnApplyProperty(This, Inline.FlowDirectionProperty, FlowDirection.LeftToRight);