| 11 | #include "uwp/uwp.hpp" |
| 12 | |
| 13 | void 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 | |
| 20 | winrt::TranslucentTB::Xaml::App Application::CreateXamlApp() try |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected