2 references to ApplyBackground
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
65
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
ApplyBackground
, new ExecutedRoutedEventHandler(OnApplyBackground) , onQueryStatusNYI, SRID.KeyApplyBackground, SRID.KeyApplyBackgroundDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
636
knownCommand = EditingCommands.
ApplyBackground
;