MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / ConfigurationChanged

Method ConfigurationChanged

TranslucentTB/application.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "uwp/uwp.hpp"
12
13void Application::ConfigurationChanged(void *context)
14{
15 const auto that = static_cast<Application *>(context);
16 that->m_Worker.ConfigurationChanged();
17 that->m_AppWindow.ConfigurationChanged();
18}
19
20winrt::TranslucentTB::Xaml::App Application::CreateXamlApp() try
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected