See how a simple interceptor can help reduce the amount of coding needed to initialize your Windows Presentation Foundation ICommand properties. As I was recently modifying an existing Windows ...
First, create a new C# WPF application. Next, create a folder named Commands. The undo system will contain two essential components: the CommandStateManager and the IUndoCommand interface. The ...