Sven's right, but even if you couldn't do that you can still have a WinForms window with a WPF element box that fills the client area, and then just override whatever you need in the Form.
Also, if you put your mind to it, you ought to be able to implement your own dragging client-area ability via MouseMove, MouseDown and MouseUp, although it's not a particularly nice solution, I'll grant you.