I am building a WPF app using navigation style pages and not windows. I want to show a window inside a page, this window must be modal to the page, but allow the user to go to
Why not just use nested message pumps to create modal controls
http://www.deanchalk.com/wpf-modal-controls-via-dispatcherframe-nested-message-pumps/