Contains classes that support interoperation of Windows Forms and WPF controls.
The System.Windows.Forms.Integration namespace contains classes that enable interoperation between the Windows Forms and WPF technologies. When you use System.Windows.Forms.Integration classes, you can host Windows Forms controls on WPF pages, and WPF elements in Windows Forms-based applications.
The two key classes that implement interoperation capabilities are WindowsFormsHost and ElementHost. Which class you use depends on your control implementation:
|
| Delegate | Description |
|---|
.gif) | PropertyTranslator | Provides a translation function for a mapped property of the host control. |
Reference
Other Resources