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