Posts tagged with wpf
Jul 22
2011
MVVM, Design Time vs IoC usage
After a discussion via twitter I thought I would post my thoughts around how I would wire up views/viewmodels when not using a specific framework
Apr 6
2011
Introduction to VSTO Contrib
The release of VSTO Contrib is imminent, this will be a series covering various parts of VSTO Contrib.
Feb 16
2011
Taking Screenshots of WPF apps
During out UI Automation build, when an error occurs it takes a screenshot. We were getting a blank modal window. Here is code that works.
Dec 6
2010
RadioButton.IsChecked Bindings
Today I had an issue with binding the IsChecked property of a radio button, and my bindings were being cleared. This is my solution.
Aug 5
2009
Remembering WPF Window Positions
Want a WPF window to open up where it was last closed? It is as simple at WindowsSettings.Save="True"