To use BackgroundWorker component in a WPF application is as easy as using it in a WinForm 2.0 application. The only thing you don't get is the designer support, but we don't need that anyway.
In a WPF application, to create a BackgroundWorker enabled class (or window or control) do following -
Yeah, it's that easy!