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