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

Method ExpandedDragRegion

Xaml/Pages/WelcomePage.cpp:10–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace winrt::TranslucentTB::Xaml::Pages::implementation
9{
10 wf::Rect WelcomePage::ExpandedDragRegion()
11 {
12 const auto titleRegion = TitleRegion();
13 return {
14 0.0f,
15 0.0f,
16 static_cast<float>(titleRegion.ActualWidth()),
17 static_cast<float>(titleRegion.ActualHeight())
18 };
19 }
20
21 void WelcomePage::OpenLiberapayLink(const IInspectable &, const wux::RoutedEventArgs &)
22 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected