Top 20 NuGet WPF Packages

MVPVM Framework Application Host Project
Converts true to Visible, false to Collapsed, and null to Hidden
Simple WPF control for arranging the layout using its full space
Camera preview in WPF Desktop apps using WinRT MediaCapture.
Tools for showing an about dialog for WPF applications
This package provides utilities for composing module-based client desktop applications.
Contiene xaml extensions para renderizar iconos vectoriales de font awesome a partir del text unicode del caracter. Tomado desde: http://www.codeproject.com/Tips/634540/Using-Font-Icons
A small library encapsulating easy access to common functions from System.Windows.WindowsForms.
This is a Windows Presentation Foundation(WPF) control which encapsulates the MS Outlook NavigationPanel functionality. It fully supports WPF styling, so you can stylize it by your own graphical preferences, if you are an artist deep in your hearth. It comes with a default style wich is more like Ou...
Traverse DependencyObjects properties up the logical and visual tree
An easy-to-use error form that can be included in your projects. This version is for Windows Presentation Foundation.
The Cross-platform XAML Framework
"A modern flat UI in WPF.
simple combobox control with ability to filter items by text input using displaymemeberpath property or just item itself if items are strings
This project devided into two parts. DirectShow audio sink filter. VU-Meter WPF control. NOTE: Registration of AudioVUMeterSinkFilter.dll with regsvr32 is needed to run DirectShow filter.
WPF Set of controls
Per-monitor Dpi Support Library give the window that supports Per-monitor DPI.
ObservableDictionary based on AVLTree with O(log N) insert/removal operations. Collection event aren't "Reset" but with proper positioning so it can be bound to the UI without affecting sort/group/highlight position on update. Source code, usage and example can be found at https://github.com/sam07...
Due to performance issue, sometimes it doesn't need to invoke CollectionChanged event for each of actions (Add / Remove / etc.). To provide this we may to create a batch and after that to invoke CollectionChanged event. See github repo https://github.com/spzSource/ObservableCollection.Batched for m...