Name |
Description |
CommandManagerHelper |
This class contains methods for the CommandManager that help avoid memory leaks by using weak references. |
CommandReference |
This class facilitates associating a key binding in XAML markup to a command defined in a View Model by exposing a Command dependency property. The class derives from Freezable to work around a limitation in WPF when data-binding from XAML. |
DelegateCommand |
This class allows delegating the commanding logic to methods passed as parameters, and enables a View to bind commands to objects that are not part of the element tree. |