CppXAML
|
#include <winrt/base.h>
#include <winrt/Windows.UI.Xaml.h>
#include <winrt/Windows.UI.Xaml.Hosting.h>
#include <Windows.UI.Xaml.Hosting.DesktopWindowXamlSource.h>
#include <mutex>
Go to the source code of this file.
Classes | |
struct | cppxaml::AppController |
AppController is responsible for coordinating XamlWindow instances, can extend their wndproc, and provides an opportunity to hook up event handlers once a XAML UI becomes live. More... | |
struct | cppxaml::XamlWindow |
Implements an HWND based host for XAML Islands. You can create a XamlWindow from one of three overloads of XamlWindow::Make. More... | |
Namespaces | |
namespace | cppxaml |
The main CppXAML namespace. | |