I'm starting a new project where we will be using Windows Presentation Foundation (WPF). I've done very little work with WinForms in the past, but from what I understand the Composite UI Application Block (CAB) is the way to go for WinForms development. I've also seen a few posts about integrating the two using crossbow. However, I don't want to host WPF inside of WinForms, I want to use pure WPF.
So does WPF replace CAB as a UI framework or are there things in CAB that WPF is missing?
I haven't been able to find much on the subject so far. I'm just getting started on my project and still learning the WPF basics (and some CAB basics), so it is certainly possible that I'm just missing the obvious answer. Any feedback or suggestions are welcome...