csharp Change WPF Button Visibility Based On Command.CanExecute This post shows how to set WPF button's visibility based on whether or not its bound command can execute.
wpf WPF ListBox Selection via CheckBox Here's an easy way to control your ListBox's selection by using a CheckBox in each item.
wpf Binding To Attached Properties This quick post shows how to bind to attached properties in xaml and code-behind.
wpf WPF and MSTest This post demonstrates a solution for overcoming the exception that is thrown when trying to test a WPF class with MSTest.
wpf Fixing Relative WPF Bindings On Custom Properties I recently spent a lot of time troubleshooting a problem where my relative WPF bindings were not behaving as expected for custom dependency properties that I had defined. This post explores the problem and the solution.
csharp WPF Version Numbers This post examines a couple of different ways that WPF version numbers can be stored and retrieved.