WPF Built-in Commands

Viewed 22243

I'm looking for a complete list of built-in WPF Commands.

The best list I've found so far is here, but it does not list all commands.

Some nice-to-have details would be:

  • Controls/components with support to the commands (for example, TextBox supports edit commands such as Paste, Copy, Cut, Redo, and Undo);

  • Default Key Gestures and UI Text (can be extracted from MSDN Library).

3 Answers
Related