| 8 | namespace 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected