| -api-id | T:Windows.UI.Xaml.Hosting.WindowsXamlManager |
|---|---|
| -api-type | winrt class |
| ms.custom | RS5, 19H1 |
Represents the UWP XAML framework in a non-UWP desktop application (for example, a WPF or Windows Forms application) that hosts UWP controls.
Equivalent WinUI class: Microsoft.UI.Xaml.Hosting.WindowsXamlManager.
WindowsXamlManager is part of the UWP XAML hosting API. This API enables non-UWP desktop applications to host any control that derives from Windows.UI.Xaml.UIElement) in a UI element that is associated with a window handle (HWND). This API can be used by desktop applications built using WPF, Windows Forms, and the Windows API (Win32). For more information, see Using the UWP XAML hosting API in a desktop application.
WindowsXamlManager provides a static InitializeForCurrentThread method you can use to initialize the UWP XAML framework on the current thread.