| 65 | } |
| 66 | |
| 67 | wf::Rect FramelessPage::ExpandedDragRegion() |
| 68 | { |
| 69 | throw hresult_not_implemented(L"A page that uses ExpandIntoTitlebar should override ExpandedDragRegion."); |
| 70 | } |
| 71 | |
| 72 | wf::Rect FramelessPage::TitlebarButtonsRegion() |
| 73 | { |
nothing calls this directly
no outgoing calls
no test coverage detected