2 references to ApplyForeground
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
64CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.ApplyForeground , new ExecutedRoutedEventHandler(OnApplyForeground) , onQueryStatusNYI, SRID.KeyApplyForeground, SRID.KeyApplyForegroundDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
633knownCommand = EditingCommands.ApplyForeground;