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

Method InitializeComponent

Xaml/Pages/FramelessPage.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace winrt::TranslucentTB::Xaml::Pages::implementation
10{
11 void FramelessPage::InitializeComponent()
12 {
13 m_SystemMenuChangedToken = m_SystemMenuContent.VectorChanged({ this, &FramelessPage::SystemMenuChanged });
14
15 FramelessPageT::InitializeComponent();
16 }
17
18 bool FramelessPage::CanMove() noexcept
19 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected