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

Method HideCoreWindow

TranslucentTB/uwp/uwp.cpp:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void UWP::HideCoreWindow()
136{
137 if (auto coreWin = GetCoreWindow())
138 {
139 coreWin.show(SW_HIDE);
140 }
141}
142
143wuxh::WindowsXamlManager UWP::CreateXamlManager() try
144{

Callers

nothing calls this directly

Calls 1

showMethod · 0.80

Tested by

no test coverage detected