2 references to ApplyBackground
PresentationFramework (2)
System\windows\Documents\TextEditorCharacters.cs (1)
63
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
ApplyBackground
, new ExecutedRoutedEventHandler(OnApplyBackground) , onQueryStatusNYI, nameof(SR.KeyApplyBackground), nameof(SR.KeyApplyBackgroundDisplayString));
System\Windows\Input\Command\CommandConverter.cs (1)
623
knownCommand = EditingCommands.
ApplyBackground
;