mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 23:43:39 +02:00
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
4.2 KiB
4.2 KiB
title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
| title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Migration and Interoperability | 03/23/2020 |
|
|
d655de05-bf63-4814-bc64-6b3be01c70a2 |
Migration and Interoperability
This page contains links to documents that discuss how to implement interoperation between [!INCLUDETLA#tla_winclient] applications and other types of Microsoft Windows applications.
In This Section
Types migrated from WPF to System.Xaml
WPF and Windows Forms Interoperation
WPF and Win32 Interoperation
WPF and Direct3D9 Interoperation
Reference
| Term | Definition |
|---|---|
| xref:System.Windows.Forms.Integration.WindowsFormsHost | An element that you can use to host a Windows Forms control as an element of a [!INCLUDETLA2#tla_winclient] page. |
| xref:System.Windows.Forms.Integration.ElementHost | A Windows Forms control that you can use to host a [!INCLUDETLA#tla_winclient] control. |
| xref:System.Windows.Interop.HwndSource | Hosts a [!INCLUDETLA2#tla_winclient] region within a Win32 application. |
| xref:System.Windows.Interop.HwndHost | Base class for xref:System.Windows.Forms.Integration.WindowsFormsHost, defines some basic functionality that all HWND-based technologies use when hosted by a [!INCLUDETLA2#tla_winclient] application. Subclass this to host a Win32 window within a [!INCLUDETLA2#tla_winclient] application. |
| xref:System.Windows.Interop.BrowserInteropHelper | A helper class for reporting conditions of the browser environment for a [!INCLUDETLA2#tla_winclient] application that is hosted by a browser. |