I know, I know, before any of you answer that WPF and Winforms are different, I already know that. We're using Csla so all of our code is properly separated. I only need to redo the UI and I need a good way to get the UI from Winforms over to Xaml. Just the form. I'm not talking about any code or anything. I'd just like the raw dialog box and controls to be converted. A textbox in Winforms is a textbox in Xaml. I wouldn't expect any custom controls or anything else. Our app has been using native .NET controls for this reason.
So, my question is. Does anyone know a way to convert a Winforms dialog box to a Xaml dialog box? I.e., take the winforms designer file and convert it to Xaml. All I want is as many of the raw controls as possible, such as labels, textboxes, etc. No code behind, no databinding, no custom controls, etc.
Our app has hundreds of dialog boxes and if I can get the something with just the controls on the form it would save us literally thousands of hours manually recreating each dialog box.