| 164 | } |
| 165 | |
| 166 | void FramelessPage::SystemMenuChanged(const wfc::IObservableVector<wuxc::MenuFlyoutItemBase> &, const wfc::IVectorChangedEventArgs &) |
| 167 | { |
| 168 | m_NeedsSystemMenuRefresh = true; |
| 169 | } |
| 170 | |
| 171 | wux::Style FramelessPage::LookupStyle(const IInspectable &key) |
| 172 | { |
nothing calls this directly
no outgoing calls
no test coverage detected