| 23 | winrt::Microsoft::UI::Xaml::Controls::MenuFlyoutItem makeMenuFlyout(MENUITEMINFO const& menuItemInfo); |
| 24 | public: |
| 25 | FileContextMenu(winrt::hstring path) : m_path{ ToBackslash(path)} {} |
| 26 | |
| 27 | void ShowAt(winrt::Microsoft::UI::Xaml::Controls::MenuFlyout& flyout); |
| 28 | }; |
nothing calls this directly
no test coverage detected