Hosting Wpf in windowsForms
When hosting a Wpf in windowsForms Is it possible to maintain the relative path to underlying page ( Pagenavigation ) using frame source , I cant get it to work .. only load in one page .. After that I seem to loose the path to other page in my wpf app.
My goal is to have a wpf page containing a menu and a frame for loading other wpf-pages .. hosted in a winforms app .
( How ) Can this be achieved ?
Please help![]()

