13 references to _OnApplyProperty
PresentationFramework (13)
System\windows\Documents\TextEditorCharacters.cs (13)
177TextEditorCharacters._OnApplyProperty(This, TextElement.FontWeightProperty, fontWeight); 197TextEditorCharacters._OnApplyProperty(This, TextElement.FontStyleProperty, fontStyle); 231TextEditorCharacters._OnApplyProperty(This, Inline.TextDecorationsProperty, toggledTextDecorations); 250TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants); 269TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants); 311TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize); 352TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, fontSize); 372TextEditorCharacters._OnApplyProperty(This, TextElement.FontSizeProperty, args.Parameter); 385TextEditorCharacters._OnApplyProperty(This, TextElement.FontFamilyProperty, args.Parameter); 398TextEditorCharacters._OnApplyProperty(This, TextElement.ForegroundProperty, args.Parameter); 411TextEditorCharacters._OnApplyProperty(This, TextElement.BackgroundProperty, args.Parameter); 435TextEditorCharacters._OnApplyProperty(This, Inline.FlowDirectionProperty, FlowDirection.RightToLeft); 444TextEditorCharacters._OnApplyProperty(This, Inline.FlowDirectionProperty, FlowDirection.LeftToRight);