45 lines
1.5 KiB
C++
45 lines
1.5 KiB
C++
#pragma once
|
|
//------------------------------------------------------------------------------
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
namespace Windows {
|
|
namespace UI {
|
|
namespace Xaml {
|
|
namespace Controls {
|
|
ref class SwapChainPanel;
|
|
ref class AppBar;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
namespace eDosStationApp
|
|
{
|
|
[::Windows::Foundation::Metadata::WebHostHidden]
|
|
partial ref class DirectXPage : public ::Windows::UI::Xaml::Controls::Page,
|
|
public ::Windows::UI::Xaml::Markup::IComponentConnector,
|
|
public ::Windows::UI::Xaml::Markup::IComponentConnector2
|
|
{
|
|
public:
|
|
void InitializeComponent();
|
|
virtual void Connect(int connectionId, ::Platform::Object^ target);
|
|
virtual ::Windows::UI::Xaml::Markup::IComponentConnector^ GetBindingConnector(int connectionId, ::Platform::Object^ target);
|
|
|
|
private:
|
|
void UnloadObject(::Windows::UI::Xaml::DependencyObject^ dependencyObject);
|
|
void DisconnectUnloadedObject(int connectionId);
|
|
|
|
private:
|
|
bool _contentLoaded;
|
|
|
|
|
|
private: ::Windows::UI::Xaml::Controls::SwapChainPanel^ swapChainPanel;
|
|
private: ::Windows::UI::Xaml::Controls::AppBar^ bottomAppBar;
|
|
};
|
|
}
|
|
|