I have seen the opposite, in many of our applications.
WPF seems to scale and perform quite well. We've had very few issues with it, although you do have to watch for different things in terms of performance than you do with Windows Forms, etc.
In addition, the rich databinding support makes business application development very, very nice, especially once you get over the learning curve and handle things in a clean, well designed manner.
Your system is probably fine, in terms of specifications for CPU/RAM/etc (it's better than some of mine, actually), however, I'd guess you may be running into perf. problems due to the graphics solution. The 6150 line supports SM3, so you should be getting hardware acceleration in your UIs in WPF, but the performance is not great. This isn't completely unexpected, since the graphics chipset is a 4+ year old chipset using embedded graphics.
I'd bet that if you stuck a new (even very cheap) graphics card in your box, you'd have a very different view of WPF performance.
Reed Copsey, Jr. -
http://reedcopsey.com