I'm trying to simply add an control (Image, TextBox, Label) to a Window1.xaml in a WPF application under Visual Studio 2008. I thought it would be the same as Windows Form application where I can just drag and drop the control on the form/Window. Unfortunately I can't do this with WPF apps, the...