Posts tagged with wpf

Aug 13 2012
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

c#wpf
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.

open-sourcevstovsto-contribwpf
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.

wpf
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.

wpf
Apr 20 2010
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"

wpf