3 references to ToggleBullets
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorLists.cs (2)
49
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
ToggleBullets
, new ExecutedRoutedEventHandler(OnListCommand) , new CanExecuteRoutedEventHandler(OnQueryStatusNYI), SRID.KeyToggleBullets, SRID.KeyToggleBulletsDisplayString);
152
if (args.Command == EditingCommands.
ToggleBullets
)
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
653
knownCommand = EditingCommands.
ToggleBullets
;