| 67 | void init(); |
| 68 | public: |
| 69 | WindowEffectHelper(winrt::Microsoft::UI::Xaml::Window window = nullptr) : m_target{ window } { init(); } |
| 70 | |
| 71 | void SetTarget(winrt::Microsoft::UI::Xaml::Window window) |
| 72 | { |
nothing calls this directly
no outgoing calls
no test coverage detected