Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
void UWP::HideCoreWindow()
136
{
137
if (auto coreWin = GetCoreWindow())
138
{
139
coreWin.show(SW_HIDE);
140
}
141
}
142
143
wuxh::WindowsXamlManager UWP::CreateXamlManager() try
144
{
Callers
nothing calls this directly
Calls
1
show
Method · 0.80
Tested by
no test coverage detected