Collection of various useful modules for WPF
A class to support providing version and other info from the assembly for display in the About window or elsewhere.
XAML class that provides the About window.
A class for supporting general display of the AboutPanel
The view model for use with the AboutPanel
For implementing commands. (NOTE: The [RelayCommand] attribute in Community.MVVM.Toolkit is now a better implementation.)
A class for managing changing the cursor from the arrow to a wait icon.
A class that implements the ability to manage closing a window by checking whether an attempt to close the window has occurred, whether there are actions needed (e.g., saving data, etc.) before the save can continue, etc.
A class similar to ObservableCollection but which includes additional methods and properties.
Add an Item T to the list
Add a range of items as IEnumerable
Clear the list of all Items.
Insert an Item at index.
Insert a range of Items at index.
Remove an Item T.
Remove all Items matchinbg a predicate T from the list.
Remove the Item at index.
Remove a range of Items starting at index for count.
A class for use as a source for a ListBox or ListView. A class with Index, Key, and Value properties. An improvement over Enum-based sources as it allows for numberic values as the Key.
A class that is an ObservableCollection of ListItems. Exposes additional methods.
Find the Value for a specific Key
Add a Value Add a Value for a specific Key Add a Value with a specific Index Add a Value with a specific Key and Index