Probably one of the first things you've tried is to subclass Window (or Page/UserControl/etc) and expected to get the xaml for free in derived classes... This is called "visual inheritance", and it doesn't work as expected (yet).... This is a major issue for WPF. Code inheritance is...