Assuming there is an ActiveX control for InfoPath forms, you can host it by adding a reference to the DLL which will create a WinForms wrapper for the ActiveX control and then you can host that using WindowsFormsHost inside of your WPF app.
HTH,
Drew