We\'re experiencing crashes on various machines in the VS2010 WPF designer in the following scenario:
We sometimes get around this by adding
if (System.ComponentModel.DesignerProperties.GetIsInDesignMode(this)) return;
in the loaded event of the offending control