Can WPF and WinForms be mixed within an application? -


What controls both WPF and Windows can be used within an application? How difficult or practical is this idea?

I believe there is a WindowsFormsHost control that you can put in the WPF app, which WinForms will interrupt the code:


Comments