Interoperability in the WPF Designer

The WPF Designer for Visual Studio supports interoperation of Windows Forms and Windows Presentation Foundation (WPF), so that you can use Windows Forms controls in your WPF applications.

In This Section

Reference

  • ElementHost
    A Windows Forms control that can be used to host a WPF element.

  • WindowsFormsHost
    A WPF element that enables you to host a Windows Forms control in a WPF application.