Command, Dependency Property and Attached Property patterns. Also contains WPF controls for PostSharp.Patterns.Model. An official PostSharp pattern library.
Redistributable components for package 'PostSharp.Patterns.Xaml'. This package should only be installed as a dependency.
(This is not the package you are looking for).
This package is a duplicated package just for private using.
The nathanaw's raw package is perfect.
If you like this package, please just download its row version from the following URI:
https://www.nuget.org/packages/MUF/1.2.1
Thank you.
Simple undo/redo service based on the memento pattern. It uses delegates to get and set state. You can use different services to track different parts of the application state. The main advantage of this is that you don't have to store the whole of the application state on every change.