| 69 | WindowEffectHelper(winrt::Microsoft::UI::Xaml::Window window = nullptr) : m_target{ window } { init(); } |
| 70 | |
| 71 | void SetTarget(winrt::Microsoft::UI::Xaml::Window window) |
| 72 | { |
| 73 | m_target = window; |
| 74 | init(); |
| 75 | } |
| 76 | |
| 77 | void SetTheme(winrt::Microsoft::UI::Xaml::ElementTheme theme); |
| 78 |
no outgoing calls
no test coverage detected